Mute code that works in LMS updates??

Nov 06, 2017

Hi everyone!

I've been trying for a few weeks to create a button that mutes the audio in Storyline. I managed to do one using javascript but I have a problem, the course I am doing I have to upload it in LMS and the button doesn't work. I think it is because the course is not uploaded as a web and the functions in javascript code is not recognized.

Does anyone know any solution to this problem?

I add the javascript code that I made:

var myAudio = document.getElementsByTagName('audio')[0];
myAudio.volume=0;

Thank you very much!

6 Replies

This discussion is closed. You can start a new discussion or contact Articulate Support.