Forum Discussion
MarcoParenti
4 years agoCommunity Member
how to create a sound volume button
Hi,
I want to know how to create a control volume button without using the default player.
Thankyou
MaiAbdelsalam
3 years agoCommunity Member
This worked for me if anyone needs it
create excute javascript
DS.appState.setVolume(1);//play sound
DS.appState.setVolume(0); //mute