Controlling a Captivate .swf animation

You could create pause and play buttons in flash that would contain the functions:pause_btn.onRelease = function(){_root.rdcmndPause = 1;}play_btn.onRelease = function(){_root.rdcmndResume = 1;}You would need to export them from flash as flash 6 actionscript 1. Then import them as an animation into captivate and on their options tab set them to display for the rest of the movie. Then you export from Captivate like normal and import into Lectora. No need for Lectora to control them, that would be handled directly in the .swf.

Discussions have been disabled for this post