Changing the CC button in the player controls.

Sep 28, 2022

We are looking for a way to change the closed caption button in the built in player controls to read "STC" in place of "CC" for our clients in Quebec. How might we do this.

(we have, in the past used a custom button on the slide but are trying to get away from that).

Thanks!

2 Replies
Jürgen Schoenemeyer

the CC-Button is not a html text button, it's a grafic svg button hard coded in the javascript files

\html5\lib\scripts\frame.desktop.min.js

and

\html5\lib\scripts\frame.mobile.min.js

if you want to change the CC-Icon, both JavaScript files had to be patched - this is not a good idea.