A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: load movice clips

  1. #1

    load movice clips

    hi,

    so its been a while since ive used flash, and for the life of me i cant remember how to load movieclips.

    I have a movieclip called FC. It contains a button. When this button is pressed; i would like a movieclip (called FClogin) to load in the _root, but in a "container"(a blank movieclip with an instance name of "marker").

    please note this is not an external swf file, just a simple movieclip.

    would be grateful for any assistance.

    thanx

    benj
    Thanks very much, keep smiling :-)

    Ben Audsley

  2. #2
    Who, What, Why ... ? Fraggs's Avatar
    Join Date
    Jul 2003
    Location
    Flashland .. where else ?
    Posts
    786
    code:
    on (release) { //on button release
    marker.loadMovie("FClogin.swf", "0"); //load movie into _root in marker mc
    }


  3. #3
    thanx
    Thanks very much, keep smiling :-)

    Ben Audsley

  4. #4
    Junior Member
    Join Date
    Apr 2004
    Posts
    15
    Is not working....
    Have Flash 5

    Code:
    on (rollOver) {
        tellTarget ("../button_info_movie") {
            gotoAndPlay (41);
        }
    }
    on (release) {
        unloadMovieNum (14);
        m1.loadMovie("guestbook.swf", "0");
    }
    I created a new empty movie clip called guestentries

    Put an instance of guestentries name m1 onto the main flash page... still is not loading the swf up...
    reality is for people with lousy imagination

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