Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

unload flash movie.please help me.........

Status
Not open for further replies.

emba

Technical User
Oct 26, 2003
1
AU

How do I close a movie(unloadmovie) and return to the original movie, and specify a particular frame for the
play head to start on i.e. the first movie holds an intro
and navigation, the second holds an mpeg, I need to close
the movie that plays the mpeg, returning to the original
without going through the intro with the play head landing
at the navigation part- say frame 250- probably a real stupid question but I`m desperate ( after 2 days of trying)
any help will be fantastic!!!!!!!!
 
First to unload the movie, put this code in the frame you want to unload the movie:

unloadMovieNum (0);
//make sure the 0 is the level you loaded the movie on.


And for the playhead: gotoAndPlay (250);
//where 250 is the frame number you want it to go to.

Hope it'll help ;-) Have Fun...

Sharky99 >:):O>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top