0

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

DexTer
  • 2,043
  • 1
  • 22
  • 45

1 Answers1

1

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

TheBrain
  • 5,528
  • 2
  • 25
  • 26