A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: loading an external swf

  1. #1
    Junior Member
    Join Date
    Mar 2009
    Posts
    13

    loading an external swf

    I can do this with a button ok eg:

    on(release){
    menuload.loadMovie("menufinal.swf");
    }

    this loads into the empty mc and works great. But I want to to happen auotmatically when it enters frame 4. So nobody has to click anything- it just loads.

    I can't seem to work out how to do this.

    Would be very appreciative of help

  2. #2
    Junior Member
    Join Date
    Nov 2009
    Posts
    8
    Add a "KeyFrame" to frame 4 and in the ActionScript add the following
    menuload.loadMovie("menufinal.swf");

  3. #3
    Junior Member
    Join Date
    Mar 2009
    Posts
    13
    cheers mate - Doh!

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