How can I create and control Captivate Playback Skin in Flash with my custom layout and script?

link|improve this question

43% accept rate
You need to add more information – Kaze no Koe Nov 4 '09 at 8:24
feedback

1 Answer

try clicking Project > Skin > Borders tab and DE-selecting the "Show Borders" check box, remove the controls as well. Then load/import the swf and you can control it by setting the command variable (rdcmndPause, rdcmndResume, rdcmndRewindAndStop, rdcmndRewindAndPlay, rdcmndNextSlide, rdcmndPrevious, rdcmndInfo, rdcmndExit) to 1.

myVideoLoader.rdcmdRewindAndStop = 1

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.