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/...
vishalagarwal
7 years agoCommunity Member
for 360 and storyline 3 use this code to toggle the audio on and off:
var appState = require("helpers/appState");
appState.onToggleVolume();//mute
Vishal Agarwal