function completeListener( event:Event ):void{ trace( "complete" ); // trace(mainMovie); addChild(mainMovie); MovieClip(mainMovie.content).gotoAndStop( 100 ); // me add the line here // It would be a good idea to remove the // mainMovie.contentLoaderInfo listeners here as well.}