A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Loading and Unloding multiple swf files in full screen mode

  1. #1
    The Metamorphic Mutant Mystique_MHz's Avatar
    Join Date
    Mar 2002
    Location
    Orlando, FL
    Posts
    218

    Loading and Unloding multiple swf files in full screen mode

    Im using AS2.0 and I have a main movie that loads an external .swf movie clip onto a container MC.. This is for a CDROM projector file and it HAS to be full screen mode..

    the first keyframe has this code:
    fscommand ("fullscreen", "true");
    fscommand ("showmenu", "false");
    Stage.scaleMode="noScale";
    Stage.align="C";

    to load the external swf file I have this code:
    on (release){
    gotoAndStop("content");
    loadMovie("resorts/GMC/GMC.swf", "container");
    }

    the movie loads just fine.. but if I want to return BACK to the main menu.. How can I unload the GMC.swf file if it "replaces" or "loads" on top of the entire document?

    Any help would be greatly appreciated

  2. #2
    The Metamorphic Mutant Mystique_MHz's Avatar
    Join Date
    Mar 2002
    Location
    Orlando, FL
    Posts
    218
    no clue?

    I know the feeling

  3. #3
    The Metamorphic Mutant Mystique_MHz's Avatar
    Join Date
    Mar 2002
    Location
    Orlando, FL
    Posts
    218
    anyone?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center