Forum Discussion
JohnBlum
7 years agoCommunity Member
Show / Hide Audio Control for Selected Slides
Hi Everyone,
I am developing a series of courses with no narration, and have the audio control hidden on the player. Some courses will have videos inserted in the slides.
For only those slides ...
ThereseMicha925
Community Member
I need to do the same and hide the volume button on some slides, but I don't know the default button name in Storyline 360 to use it for the JS. Can you help please?
JoseTansengco
7 months agoStaff
Hi T M,
Some community members have found success using the Javascript code below to hide the volume button in the Player:
document.getElementById('volume').style.display = 'none';
I'll let other community members chime in to confirm if this is the correct object. We don't officially support Javascript, but I hope this points you in the right direction!