Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
stop(); // stop the movie at frame one
this.onEnterFrame = function(){ //continue to load movie frame by frame.
If(this.getBytesLoaded == this.getBytesTotal) {//check wether all images loaded or not is the file complete to play
gotoAndPlay(2); //play frame 2
} //end if
} //end function
1 to 2 of 2