Multiple window

Filed Under zjbr.com |

  • Hi friends,

    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......


  • ie, When I Load One swf using load MovieClip() The Previousone Is Closed And The New One Is Selected.Actually My Need Is I Have A Main Swf and All Other Is Opened Inside That Movie.Just Like We Click One Folder in Our Desktop It Will Open In A New window.But The Background Is Still The Position.Here Background Is One swf and and Another swf Is Load infront Of That Main Movie.(Like MDI Form And Child Foms In VB).Hope U Understand.


  • By specifying another movieclip. You can tell it to go into a clip you've created by hand or you can create one by code.

    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.


  • HOW?


  • Whenever you load a swf into a movieclip, the contents of that clip are removed and replaced by the loaded one. If you want to load multiple movies at a once, you need to load them into different movieclip holders for each one.


  • I cant quite understand what you mean. What do you mean it loads independently?







  • #If you have any other info about this subject , Please add it free.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about Multiple window , Please add it free.

    Comments