Soundcloud HTML5 Volume Control

前端 未结 1 384
甜味超标
甜味超标 2021-01-26 17:08

I have a track on my website which utilizes the soundcloud HTML5 player. I was wondering if there is any way I can make it a little quieter that way it doesn\'t shock the viewer

1条回答
  •  轮回少年
    2021-01-26 18:08

    You can do this by using the Widget API

    Basically, the widget is embedded into your page with an iframe. Give the iframe an id, include the API library (linked above) and then it's really simple.

    SC.Widget('myIframeId').setVolume(50);
    

    0 讨论(0)
提交回复
热议问题