Click to See Complete Forum and Search --> : load movie & start at specific frame


ojoytara
07-28-2006, 01:49 PM
I am trying to load an external .swf (scene1.swf) from a .swf (scene2.swf) and have it start at a specific frame.

I have:

on (release) {
loadMovieNum("scene1.swf", 1);
}

Which works perfectly to load the movie, but I can not figure out how to tell it to start at a specific frame number...(ie. frame 7)

Can someone please help.

raviganesh91221
08-04-2006, 07:48 AM
U can give a script in the first frame of scene1.swf as
gotoAndPlay(7);

automatically after loading it will goto 7th frame