Marcellinus
September 7th, 2002, 05:25 AM
Hi, I am having a problem with movies communicating.
I have the following code to load a .swf into Level 1:
____________________________
stop();
loadMovieNum("Intro.swf", 1);
____________________________
Then on the end of Intro.swf i have the following code:
____________________________
unloadMovieNum(1);
_root.play();
____________________________
What I want Intro.swf to do [when finsihed] is to make the movie that loaded it continue playing.
I have tried changing _root.play to _level0.play & _parent.play.
TIA
I have the following code to load a .swf into Level 1:
____________________________
stop();
loadMovieNum("Intro.swf", 1);
____________________________
Then on the end of Intro.swf i have the following code:
____________________________
unloadMovieNum(1);
_root.play();
____________________________
What I want Intro.swf to do [when finsihed] is to make the movie that loaded it continue playing.
I have tried changing _root.play to _level0.play & _parent.play.
TIA