Forum Discussion
AkashJambhorkar
8 years agoCommunity Member
Java script for MUTE/UNMUTE audio in Storyline 3
Hello All,
Is it possible to MUTE/UNMUTE audio in Storyline 3 (HTML5 output)? I'm working on a course with a custom interface with a button that's supposed to mute/unmute - not pause/play or stop/...
AkashJambhorkar
7 years agoCommunity Member
Hello all,
In storyline update 5 Audio mute/unmute JS code is not working for video.
We use below mention code for audio mute/unmute in SL3 and SL360.
var appState = require("helpers/appState");
appState.onToggleVolume();//mute/unmute
Any alternative solution for this?
Thanks
Akash