Forum Discussion
AntoninEtienne
6 years agoCommunity Member
Javascript problem due to the update ?
Hi,
I use a javascript code to do a "mute" tricks in my articulate courses.
After the update, this option doesn't work anymore. I can't mute the sound anymore...
It's because of the update ? ...
AntoninEtienne
6 years agoCommunity Member
I'm not using jQuery, my question is about Javascript only, see yourself :
I just wanted to know if this "mute" code is not working because of the update. Thx
var player = GetPlayer();
var value = player.GetVar("volumeSlider");
var appState = require("helpers/appState");
appState.onToggleVolume();