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

Closed Captioning settings

New Here ,
Oct 12, 2015 Oct 12, 2015

Is it possible to have the Closed Captioning 'bar' below a slide, or even to the side of a slide? Thus not blocking any information on the slide with CC.

830
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

Community Expert , Oct 12, 2015 Oct 12, 2015

By default Captivate offers no options for positioning the CC area.

If it would block slide content, you should consider moving essential content higher on the slide.

Translate
Community Expert ,
Oct 12, 2015 Oct 12, 2015

By default Captivate offers no options for positioning the CC area.

If it would block slide content, you should consider moving essential content higher on the slide.

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
Enthusiast ,
Oct 13, 2015 Oct 13, 2015

As Rod suggests, you should move your content up.  In our projects, we rescale them, adding about 45 pixels to the bottom of the screen, moving the existing content up.  This creates a "footer" that then contains the closed captioning when it's turned on.

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
New Here ,
Oct 14, 2015 Oct 14, 2015

Thanks!

I see that your solution is the only one.

But once you go into full slide software simulations, the e.g. "Windows Taskbar" is overlapped by the CC 'bar', hence my question. It would have been nice if you could move the CC around a little.

Thanks again!

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 ,
Oct 14, 2015 Oct 14, 2015

It's pretty easy to move the CC in html5, just a little CSS. For swf you need a widget, we can create one for you if you'd like.

CSS

#cc{

top:505px;

background-color:rgba(15, 50, 66, 0.5);

}

#ccClose{

display:none

}

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
Community Beginner ,
Apr 08, 2016 Apr 08, 2016

how to adjust the position of the CC box in flash output.. however i can do the same in html output by adjusting the position in CSS..

currently it disturbs my interface buttons..

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 ,
Apr 08, 2016 Apr 08, 2016

Not sure what question you are asking?

For swf you need to create an AS3 widget.

HTML5 is a div element that you can move. Do you mean it is on top of your navigation elements?

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
Community Beginner ,
Apr 08, 2016 Apr 08, 2016

I meant to ask how to adjust the position in swf ( flash output) as captivate creates two output flash and html. Iam able to adjust the CC text box in html by adjusting the position in CSS.

I cant do that in swf.. Can we adjust the position in cpplayer.fla file?

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
Community Expert ,
Apr 08, 2016 Apr 08, 2016
LATEST

Dave DID mention it.  For SWF you would need to create an AS3 widget.  There's really no other way.

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