Skip to main content
Javicosan
Participating Frequently
July 31, 2017
Answered

Trying to create a custom cc button..

  • July 31, 2017
  • 10 replies
  • 703 views

As the title says, I'm trying to create a custom cc button.. I usually create an action to toggle the closed captions, but eveytime a new sounds appears it shows back again..I've been searching for this online but couldn't find a single tutorial on how to create a custom CC button..

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer TLCMediaDesign

This JavaScript will increase the size and also add a scroll bar. Just execute the JavaScript attached to the button.

var myCC=document.getElementById("ccText")

myCC.style.fontSize = "24px";

myCC.style.overflow="auto";

You could also increment/decrement with more code.

10 replies

Lilybiri
Legend
July 31, 2017

Are you on Captivate 2017? If yes, it is a known bug, should be fixed in a patch that will be released in the future.

Javicosan
JavicosanAuthor
Participating Frequently
August 1, 2017

Well the bug really got me.. have to deliver a project today.. is there a way to manually fix this?

Paul Wilson CTDP
Community Expert
Community Expert
August 1, 2017

What I would suggest is to temporarily removed your CC button and leave closed captions on by default until such time that Adobe has this fixed. Then republish your project as you originally intended. 

Paul Wilson, CTDP