I used the loadmovie command to load and play an external movie. I don't know how to pass the control to other escene after the movie ends. It continue playing, starting again and again...
The way I do it (for what it's worth... And until I find another way!) is by reloading my first movie in an actionscript key frame at the end of the second movie I've loaded. Guess that woudn't work if you don't have acces to the second movie's fla. A workaround might be to load your second movie on another level while keeping a second button on level0 visible so that you can't unload it at any time!
;-) "If nothing else, I can always serve as a bad example!”
at the end of each of your movies insert an action which sends the user back to the desired frame. AFTER this insert another keyframe with a Stop action (and a label like STOP). This way both your movies can be told to go to the STOP frame (which won't show any of the movie's content). And when you need it to play again just use the Tell Target action to tell it to go to another frame.
It's the ONLY way I do it and it works every time and prevents you loading and unloading movies all the time if you have a complicated site.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.