Copy link to clipboard
Copied
Copy link to clipboard
Copied
If you have never used Flash before there are any number of things that may be wrong that you wouldn't know to look for. The only thing I see that I would have you double check right off is #8:
8. I then moved the file to: C:\Program Files (x86)\Adobe\Adobe Captivate 5\en_US\Gallery\Playbars\AS3
"the file"
Make sure that the file is the published Steel_custom.swf file and not Steel_custom.fla file.
That would be the most obvious reason it wouldn't display in the Captivate selections that I can think of without a closer look at your work.
Copy link to clipboard
Copied
Oh thanks! That was exactly it. I had moved the .fla file instead (and felt dumb because all of the other files were .swf, so I should have known... )
So far, it seems to be helping.
Copy link to clipboard
Copied
The latest version of Adobe Captivate (6.1.0.319) still has the same problem. I think these are really basic problems and kind of bad they don't fix this. Anyway...
Open the AS3 flash version of the playerbar that you are using and add the following line of code to the Actions layer on the main timeline:
this.tabChildren=false;
This shuts off tabing on the playerbar without affecting it on the rest of the captivate project.
Do I need Adobe Flash Professional CS6 to do this? I don't have it, is there another way to fix this?
Thank you
JP
Copy link to clipboard
Copied
You can add code to the HTM templates that Captivate uses for publishing. So if you wanted to make seamless tabbing the default behaviour, you could add it to the relevant HTM file here:
C:\Program Files\Adobe\Adobe Captivate 6\Templates\Publish\
Making changes to the FLA file used to create a playbar SWF would require Flash Pro, yes.
Copy link to clipboard
Copied
Yes. With each new version we add “so.addParam("SeamlessTabbing", "false");” to the SWFObject in "C:\Program Files\Adobe\Adobe Captivate 6 x64\Templates\Publish\standard.htm"
Copy link to clipboard
Copied
Thank you RodWard and Kathrynxyzzy, did change that template file and it worked perfectly.
Too bad for the playbar buttons, I don't have lash Pro
Copy link to clipboard
Copied
Good news: in Captivate 7 the so.addParam("SeamlessTabbing", "false"); is added to the default publishing file
C:\Program Files\Adobe\Adobe Captivate 7 x64\Templates\Publish\standard.htm
and it is set with a parameter in the publish dialog (keep it disabled!).
Find more inspiration, events, and resources on the new Adobe Community
Explore Now