Forum Discussion
KeithTrodden-82
4 years agoCommunity Member
Turning ON or OFF ALL audio in Storyline by using Javascript functionality on a button
Hi all,
I have this conundrum and I wondered if anyone here can help...
I am building an e-learning module in Storyline and I have a separate navigation layer (that's always visible in the slide...
Jürgen_Schoene_
3 years agoCommunity Member
in javascript you can use
DS.appState.onToggleVolume();
DS.appState.currentVolume() // get sound volume [0 ... 1]
DS.appState.setVolume(value) // set sound volume value: [0 ... 1]
DS.appState.lastVolume // value: [0 ... 1]
to change the global volume of the storyline player
https://community.articulate.com/discussions/articulate-storyline/mute-audio-using-javascript