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 sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

loadmovie not working?

Status
Not open for further replies.

jefargrafx

Instructor
May 24, 2001
273
US
hey guys it's been awhile...

I'm loading a simple movie using loadmovie,

myclipMC.loadmovie ("directory/fademovie.swf");

easy right,

well,

I'm loading different movies depending on a variable

if (currentscene == "sceneone") {
myclipMC.loadmovie ("directory/fademovie.swf");
} else if (currentscene == "scenetwo") {

myclipMC.loadmovie ("directory/nofademovie.swf");
}

so forth and so on


the movies I load are just two frames that fade up and then down.


the problem come in when I try to load another movie into the clip after the first one is load?

hope I clear, do I need to remove the load swf, or set the myclipMC back to frame one or what?

let me know what you think

flashMX by the way

thanks



jef
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top