Skip to main content
Participant
March 7, 2007
Question

How to Load .swf into specific keyframe?

  • March 7, 2007
  • 2 replies
  • 335 views
Hey!
I'm making a website with 5 pages. From the main movie I load a .swf with button action, going to frame 1 in the swf. However, from the other pages I want that button action to load the .swf into frame 27 (as there is a movie clip in the beginning, which is not necessary to show every time).
I've been searching for ages now, but cannot find the right actionscript for this.
Does anyone know how to do this??? I'm tearing out my hair here... :)
This topic has been closed for replies.

2 replies

kglad
Community Expert
Community Expert
March 13, 2007
you need to wait until loading is complete before directing the target (of the loadMovie() or loadClip() ) to frame 27. use preloader code or the onLoadInit() of the moviecliploader class' listener.
March 13, 2007
I need to know the same thing.....