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...
ChandraShekh842
3 years agoCommunity Member
Hi!, I am using Modern Player in 360 and trying to implement below JavaScript code for doing mute/unmute,
var appState = require("helpers/appState");
appState.onToggleVolume();//mute
Not getting anything with this. In other term its not running for me. Could anyone have any idea for this? OR how do I add mute/unmute functionality for in modern player.
Thanks,