From: NSurveyor on
Oepn up your "abc" Flash file. Click on the last frame of the movie, and open
up the Actions Panel, and paste in:

_level0.gotoAndPlay(2);

IF you want the main movie to PLAY from frame 2.

If you want the main movie to STOP at frame 2, use:

_level0.gotoAndPlay(2);

Also, if you want to remove the abc.swf when you go to Frame 2, add:

unloadMovieNum(1);

From: prafulka on
Thanks dude

My Problem is solved

Thanks a lot

Praful Damania
From: NSurveyor on
You're welcome.
From: Chris (mudbubble) on
but i did give you the code (?) - but looks like you are fine.

******************************************





prafulka wrote:
> Thanks for reply
>
> but my problam is in First Fream i load movie i.e.
>
> loadmovenum ("abc.swf",1); this code i write in first frame
> Please tell me how i got on frame 2 when abc.swf is over
>
> thanks
>
>