A Flash Developer Resource Site

Results 1 to 14 of 14

Thread: [CS3] URGENT! - why wont my swfs in browser load using loadMovie?

  1. #1
    Member
    Join Date
    Sep 2005
    Posts
    78

    [CS3] URGENT! - why wont my swfs in browser load using loadMovie?

    this is really werid. im using the below code to load in swfs, just banner ads into my timeline. looks and works fine when u export it. swfs load super quick. but when u publish it to firefox or IE they dont load. ive uploaded all the files.

    this site has got to live this afternoon.

    anything wrong with code below? any one any ideas. im panicing!! PLS HELP FLASHKITTERS!! thanks


    stop();
    loadMovie("/canon/300x250_bite_v3.swf", "h1");
    loadMovie("/canon/728x90_bite_CEL.swf", "h2");
    loadMovie("/canon/ball_sky_120x600_UK.swf", "sky1");
    loadMovie("/canon/ball_leader_728x90_UK.swf", "leader2");
    loadMovie("/canon/wag_sky.swf", "sky2");
    loadMovie("/canon/wag_cut down.swf", "mpu2");

  2. #2
    Member
    Join Date
    Sep 2005
    Posts
    78
    swfs to load are froom 46 k to 700k

  3. #3
    Member
    Join Date
    Sep 2005
    Posts
    78
    its not the urls ive tryed withthe full 'http:///' nothing??

  4. #4
    Member
    Join Date
    Sep 2005
    Posts
    78
    publish settings are set to as2

  5. #5
    Bearded (M|G)od MyFriendIsATaco's Avatar
    Join Date
    Dec 2002
    Location
    Awesomeville.
    Posts
    3,045
    Can you post a link to where the swf is published to? Then we can take a look.

  6. #6
    Member
    Join Date
    Sep 2005
    Posts
    78
    Quote Originally Posted by MyFriendIsATaco
    Can you post a link to where the swf is published to? Then we can take a look.
    thanks, http://www.future********tainment.com/n.htm

    click flash banners then 'canon'

  7. #7
    Member
    Join Date
    Sep 2005
    Posts
    78
    future web entertainment . com

  8. #8
    Member
    Join Date
    Sep 2005
    Posts
    78
    is it to do with the level it is loaded into? i have a bout 4 loadmovies into 1 fame. gotta get this fixed asap!!

  9. #9
    Bearded (M|G)od MyFriendIsATaco's Avatar
    Join Date
    Dec 2002
    Location
    Awesomeville.
    Posts
    3,045
    Ok, the problem is every one of the movies is returning a 404.

    http://future********tainment.com/ca...50_bite_v3.swf

    That is one of the links it's trying to pull in. Where is it supposed to be?

  10. #10
    Bearded (M|G)od MyFriendIsATaco's Avatar
    Join Date
    Dec 2002
    Location
    Awesomeville.
    Posts
    3,045
    Ha, I just made a casual guess, and all the swfs are sitting in a /flash/ folder.

    So your urls are all wrong.

    loadMovie("/flash/canon/300x250_bite_v3.swf", "h1");

    Would be what you need.

  11. #11
    Member
    Join Date
    Sep 2005
    Posts
    78
    Quote Originally Posted by MyFriendIsATaco
    Ok, the problem is every one of the movies is returning a 404.

    http://future********tainment.com/ca...50_bite_v3.swf

    That is one of the links it's trying to pull in. Where is it supposed to be?
    the links are fine. structured like this
    http://www.future********tainment.co...50_bite_v3.swf

    (flashkit adds ***) so remove that and put the proper domain future web entertainment . com

  12. #12
    Bearded (M|G)od MyFriendIsATaco's Avatar
    Join Date
    Dec 2002
    Location
    Awesomeville.
    Posts
    3,045
    Quote Originally Posted by exploding_chic
    the links are fine. structured like this
    http://www.future********tainment.co...50_bite_v3.swf

    (flashkit adds ***) so remove that and put the proper domain future web entertainment . com
    Right, I got that That was me just pasting it back to you out of my browser. Read my last post.

  13. #13
    Member
    Join Date
    Sep 2005
    Posts
    78
    thanks. sometimes it takes some one else to spot the stupid mistakes. al fixed my man. thanks a mil for your help.

  14. #14
    Member
    Join Date
    Sep 2005
    Posts
    78
    they take a while to load in a few seconds. i donthave the fla to these swfs. is there anything that can b done 'load' them in? thanks

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