This content has been marked as final.
Show 4 replies
-
1. Re: Is there any way to "tweak" the position of Closed Captions on a Captivate 8 slide?
Jim Leichliter Sep 19, 2014 7:07 AM (in response to CODESYS)There's a widget that can do this, but it's only for SWF published output:
Adobe Captivate 6, 7 & 8 Widget: Reposition Closed Captions - CaptivateDev.com
-
2. Re: Is there any way to "tweak" the position of Closed Captions on a Captivate 8 slide?
CODESYS Sep 19, 2014 7:18 AM (in response to Jim Leichliter)Hi Jim,
Thanks for your response.
Unfortunately we are outputting HTML5 to our LMS so I might be stuck.
Ken
-
3. Re: Is there any way to "tweak" the position of Closed Captions on a Captivate 8 slide?
RodWard Sep 19, 2014 5:58 PM (in response to CODESYS)How many lines do you have the CC text area set to? Perhaps you can just set it to fewer lines and sneak in under the line that way.
-
4. Re: Is there any way to "tweak" the position of Closed Captions on a Captivate 8 slide?
TLCMediaDesign Sep 24, 2014 2:34 AM (in response to CODESYS)
In the index.html the CC div is defined like the following:<div id='ccText' style='left:0px;float:left;position:absolute;width:100%;height:100%;'> <p style='margin-left:8px;margin-right:8px;margin-top:2px;'> </p> </div>
You can add and or change the parameters to move or resize the div.



