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...
CesarCarranza-b
Community Member
Hi there, I'm facing some trouble with audios, when I move to the next slide the audio begin to sound. Any Ideas please!!!
Thx, César.
LizzieAngell
7 years agoCommunity Member
you need to use a 'Execute JavaScript' trigger and then copy and paste in the code:
var appState = require("helpers/appState");
appState.onToggleVolume();//mute