Load Movie Function - - Help

Out of context: Reply #5

  • Started
  • Last post
  • 5 Responses
  • drubynum0

    First create an empty movie clip - just go under Insert>New Symbol and name it "loader" or something. Then drag it from your library and place it somewhere just off the stage, I usually put them on the top left of the stage. It doesn't really matter where. Next, select the movie clip and attach the following:

    onClipEvent (load) {
    loadMovieNum("yourMovie.swf",1);
    }

    That should work unless the movie being loaded is not the same size as the movie you're loading it into. Let me know and I can help if that's the case. Good Luck!

View thread