Forum Discussion
How to remove volume button
As there is no sound in my articulate storyline project, I would like to remove the volume button. Is there any way to do this? Thanks!
17 Replies
- BethCouglerBlomCommunity Member
I have also been requested by a client to see if this can happen (hiding volume button in Player on certain slides with no volume) as a test learner was confused by it being there on slides that had no volume. Add my voice to the request to create this as a feature please.
- DanielBrown-821Community Member
Add this JavaScript to the slide in question:
document.getElementById('volume').style.display = 'none';
Caveat: you have to turn it back on in the other slides w/ the same method. - Jay365Community Member
There are so many requests to enable and disable the volume button here in the forum.
Apparently, people have been asking for this feature for 12 years.
So I also wanted to ask if there is any update on this or where I can vote for it?
The option of using JavaScript carries an increased risk of mistakes if there are changes to the player, etc.
Related Content
- 3 months ago
- 7 months ago
- 4 months ago