Forum Discussion
PatriceSigmon
13 years agoCommunity Member
Javascript to MUTE audio?
Is it possible to MUTE audio in Storyline? I'm working on a course with a ground-up custom interface with a button that's supposed to mute/unmute - not pause/play or stop/play - the audio.
Are t...
BettyChaboui885
4 years agoCommunity Member
Hi,
a colleague of mine helped me with this javascript :
var appState = window.DS ? DS.appState : require("helpers/appState");
appState.onToggleVolume();