Skip to main content
Participant
January 14, 2016
Question

Closed Caption Adobe Captivate 7

  • January 14, 2016
  • 1 reply
  • 440 views

Is there a way to change the positioning of the CC in CP7?  I wasn't able to find away and the text displays almost in the middle of my video screen.  Any other ideas?  Maybe PopUp windows?

This topic has been closed for replies.

1 reply

TLCMediaDesign
Inspiring
January 14, 2016

Easy to change with JavaScript for HTML5. You need a Widget for SWF, we can make one for you.

Known Participant
January 15, 2016

I was looking for the same info.  Where do I need to go to hack the positioning of the CC panel for HTML5?  I'd like to move it down about 100 px.

-Marc Lee

TLCMediaDesign
Inspiring
January 15, 2016

You can add a CSS file in the templates or add it to the CPLibraryAll after publishing.

cc{

top:569px;

}

#ccClose{

display:none

}