|
From: NSurveyor on 25 Nov 2005 05:37 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 25 Nov 2005 06:15 Thanks dude My Problem is solved Thanks a lot Praful Damania
From: NSurveyor on 25 Nov 2005 07:52 You're welcome.
From: Chris (mudbubble) on 25 Nov 2005 10:29 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 > >
First
|
Prev
|
Pages: 1 2 Prev: Remove Border Next: access denied error when installing flashplayer 8 on macos 10.3.9 |