Loading multiple SWFs
Loading multiple SWFs
Out of context: Reply #5
- Started
- Last post
- 11 Responses
- unfittoprint0
imagine this:
movie1.swf
movie2.swf
movie3.swf
movie4.swf
....on the main movie.
for(i=0,i 'less' numberMC's, i++){
this.createEmptyMovieClip("movie... i)
}count=1
movie1.loadmovie("movie"+count...
this.onEnterFrame = function(){
if(this["movie"+count].getbytesL... ==
this["movie"+count].getbytesTota...this["movie"+count].play()
++countthis["movie"+count].loadmovie("m...
}
}stop()