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...
NishadKulkarni
6 years agoCommunity Member
A life saver code.
var appState = require("helpers/appState");
appState.onToggleVolume();//mute
Thanks to whoever came up with this solution.
- NicoleRalph-1176 years agoCommunity Member
Thank you very much for the code Naku