Flash preload help

Out of context: Reply #1

  • Started
  • Last post
  • 1 Response
  • tGP0

    you could place your now external swf into a movieclip, in the library, so it can be loading as the movie is playing the animation, then use attachMovie() on the desired frame to bring it to the state..

    or... on your external movielclip, have the first frame blank, and contain a stop() action, have it load with loadMovie() command as soon as your base movie begins to play, and at the end of your animation, call _root.myClip.gotoAndPlay(2);..

    hope that helps

    cheers
    j

View thread