Thanks. I tried a test and it doesn't seem that I need _root.play() at the end of the first movie - if I just use loadMovie() in 2 frames in the container it works. But it flashes a blank frame between movies and if it doesn't purge memory I'm not sure what the advantage of this is. It's smoother just using one big movie.
Charles
Main Topics
Browse All Topics





by: trigger-happyPosted on 2006-11-09 at 00:48:09ID: 17904819
Technically the movieclip will remove itself when the container movie clip goes out of existence in the timeline but you can never really purge it from memory. When it comes to reaching the last frame of the movie clip, all you have to do is to add _root.play() in the last frame of the movie clip in which you want to load. As for loading the movie clip into the container clip, this can be done with your typical loadMovie() action.
--trigger-happy