View Single Post
geo_speed geo_speed is offline 2007-08-21 #8 Old  
Thanks Nutrox, But it’s not working.

ActionScript Code:
  1. function completeListener( event:Event ):void
  2. {
  3.         trace( "complete" );
  4.        // trace(mainMovie);
  5.         addChild(mainMovie);
  6.         MovieClip(mainMovie.content).gotoAndStop( 100 );
  7.       // me add the line here
  8.         // It would be a good idea to remove the
  9.         // mainMovie.contentLoaderInfo listeners here as well.
  10. }

I used your code only.
Reply With Quote