Forum Discussion
AkashJambhorkar
9 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
8 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
Related Content
- 7 months ago
- 4 months ago
- 7 months ago
- 8 months ago