Replaying a SWF File

You'll have to add some code to your flash movie. Make a new layer and call it actions. In the first frame (frame 1) put the code:var replay="false";this.onEnterFrame = function(){if(replay == "true"){gotoAndPlay(1);}}Then in lectora make a replay button that uses the flash commmand to set the variable replay to true. The onEnterFrame will act as a listener for that variable to change and when it does it will replay the movie. Hope that helps.-Mark

Discussions have been disabled for this post