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 ...
RajShinde
3 years agoCommunity Member
You just need to changes your custom menu button ID in the code
document.getElementById('link-right-0').style.display = 'none';
- JieLinLee2 years agoCommunity Member
hello! i used this script in my e-learning module, the button appears for a mili second before it disappears. did that happen on your e-learning module? if yes, how is it resolved? TIA!