all groups > flash actionscript > july 2004 >
You're in the

flash actionscript

group:

loadmovie problems



loadmovie problems ED_R
7/17/2004 11:41:48 PM
flash actionscript: hi, I have some problems with load movie; the movie is loaded and appear in the
screen, but onLoad event don't exec.

code:
var movieChar = _root.createEmptyMovieClip("mv", 100);

movieChar.onLoad = function (){
trace("loaded!!!"); //that don't works
}

movieChar.loadMovie("movie.swf");

thanks a lot
Re: loadmovie problems kglad
7/18/2004 12:29:38 AM
AddThis Social Bookmark Button