Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Closed Caption Overlay Display Customization

Explorer ,
Jan 28, 2016 Jan 28, 2016

Is there a way to customize the display of the CC overlay in CP 8?

365
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

People's Champ , Jan 28, 2016 Jan 28, 2016

You can change the location and hide the close button with this css for HTML5:

#cc{

top:569px;

margin-left:25px;

}

#ccClose{

display:none

}

You can also edit the index, but I don't recommend that. You can adjust it more if you include your css after CP's css is applied and with JavaScript.

You can include a custom CSS file in the C:\Program Files\Adobe\Adobe Captivate 8 x64\HTML\assets\css\ folder.

For swf you need a widget. TLC can build one for you.

Translate
People's Champ ,
Jan 28, 2016 Jan 28, 2016

You can change the location and hide the close button with this css for HTML5:

#cc{

top:569px;

margin-left:25px;

}

#ccClose{

display:none

}

You can also edit the index, but I don't recommend that. You can adjust it more if you include your css after CP's css is applied and with JavaScript.

You can include a custom CSS file in the C:\Program Files\Adobe\Adobe Captivate 8 x64\HTML\assets\css\ folder.

For swf you need a widget. TLC can build one for you.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 28, 2016 Jan 28, 2016

Thanks for the quick and helpful answer! What about when publishing as SWF (my organization's current standard b/c of our LMS)?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Jan 28, 2016 Jan 28, 2016
LATEST

You need to have a widget created. No other way. We can make one for you.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources