Skip to main content
Participant
June 20, 2006
Question

load movie

  • June 20, 2006
  • 1 reply
  • 228 views
I have a two movies 1.swf and 2.swf
I can load movie 2.swf from 1.swf
on (press) {
_root.loadMovie("2.swf", this);
}

but I want to goto the frame with lable "this" how to do that
need help..
This topic has been closed for replies.

1 reply

June 20, 2006
I must admit I don't know what the second argument "this" is for in your loadMovie function. But anyway I think I'd try a MovieClipLoader.loadClip for loading the swf. Then attach a listener and use the onLoadInit event to tell the movie to gotoAndStop("this") once the movie is loaded.