// LAST FRAME OF MOVIE
//=======================================
if( _root.loadBox.movieLoaded != 1){
_root.loadBox.unloadMovie();
_root.loadBox.loadMovie(movie);
}
That’s how I’m loading the movies… passing a variable, then calling it at the end of the animation, and telling it to load into a “blankMC”.