Forum Discussion
RussLickteig
5 years agoCommunity Member
Control Closed Captioning with Custom button?
Hi. I am building a course but I am NOT able to use the standard "Menus and Controls". I have this option turned "Off" in the Player Properties. Because of this I am using all custom buttons including one for Closed Captioning. I am not seeing a Trigger for Showing/Hiding CC. How do I do this? Do I have to use JavaScript?
Thanks for any help you can give.
3 Replies
- MichaelGallagheCommunity Member
Add a Trigger to your custom button.
Action: Adjust variable
Variable: Toggle Player.DisplayCaptions (this is a built in variable)
When: When the user clicks (your custom button)
- RussLickteigCommunity Member
Hey thanks Michael! It works great.
- RussLickteigCommunity Member