Multiple window
Filed Under zjbr.com |
Pls Clear My Doubts.I want To Load Another Window In A main Window.ie,I Load An .swf File Using loadMovieClip();.But When I Use This T 2nd swf Is Load But It Is Load Independently.My Aim Is To Load The swf In The main Window.How Can I Solve This Problem.Can Anyone Help Me......
var d:Number = _root.getNextHighestDepth();
var mc:MovieClip = _root.createEmptyMovieClip("holder"+d, d);
Please read the Flash help for info on creating empy movieclips, attaching clips with attachMovie, and loading clips the the MovieClipLoader.
#If you have any other info about this subject , Please add it free.# |