this.createEmptyMovieClip("cont",1); with(this.cont){ _x=300; _y=100; loadMovie("movie.swf") } ///дожидаемся загрузки и определяем че нужно this.onEnterFrame=function(){ if(cont._width){ cont.sh="b2-k4" delete this.onEnterFrame; } }