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...
SteveFlowers
13 years agoCommunity Member
Happy to post the FLA once I find it Since there aren't any JavaScript > Storyline Player commands to modify the volume of the player, this was the only way to accomplish it so far. This uses native ActionScript commands to modify the volume globally. The JavaScript was put in place to round trip between Storyline and Flash. Since the SDK and API for the SL player hasn't been revealed, it wasn't possible to communicate between the two SWF's directly.
I'd love to see some JavaScript commands to modify states in the player. Things like:
JumpToSlide(ID);
MutePlayer();
Pause();
Play();
These would be super handy. Join me in submitting a feature request:)