A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Loading swf problem! Help!

  1. #1
    Senior Member flashPlaya's Avatar
    Join Date
    Sep 2001
    Location
    >>WESTSIDE<<
    Posts
    235

    Loading swf problem! Help!

    Hi everyone,

    I have my main movie right now that has a one swf being loaded into a MC called holder. When you hit the button on the main nav where it say's "branding" you can look at here: http://www.dyaddesigns.com/dyad_site/ that is working fine.

    But , here is my problem. Then you hit the first button "F2W" I have another swf loading into a clip called holder2. it works great when you are just looking at the swf. But as soon as you look at in the main move nothing happens.you can see it working here: http://www.dyaddesigns.com/dyad_site/branding2.swf

    But as soon as I try in on my main movie nothing loads.... I have tried levels and that works but I want to have all the swfs loading into MCs.

    on (release) {
    loadMovie("logo_one.swf", "_root.holder2");

    }
    ////FLASHPLAYER//

    MY SITE>>

  2. #2
    Member
    Join Date
    Jan 2004
    Location
    USA
    Posts
    42

    Uh yeah....

    But as soon as I try in on my main movie nothing loads.... I have tried levels and that works but I want to have all the swfs loading into MCs.

    on (release) {
    loadMovie("logo_one.swf","_root.holder2" );
    }

    Uh I dont know if you meant to but "_root.holder2" should not be in qoutations it will screw things up _root.holder2 might work though i have never loaded movies with code yet that piece of code should not be in qoutes
    I will own you, with ease, have a nice day.

  3. #3
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Nah! Doubt quotes have nothing to do with that...

    Most probably your references to _root in branding2.swf...

    Can you attach your branding2.fla (I'd personnaly like to see your easing code on your scroller's buttons anyhow!), and I'll look it up for you.
    Or, if you don't want to make it public, maybe e-mail it to me?
    It should be zipped up and in MX only format, not MX2004.
    PM me and I'll provide an address if you want to go the e-mail route.

  4. #4
    Senior Member flashPlaya's Avatar
    Join Date
    Sep 2001
    Location
    >>WESTSIDE<<
    Posts
    235
    I figured it out with _parent._parent. and it works.
    ////FLASHPLAYER//

    MY SITE>>

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