Pageload Problems

Discussion in 'HTML & Website Design' started by geekazoid, Aug 11, 2006.

  1. #1
    Is there any way of making it so the flash object on my page waits untill the page is loaded untill it starts to load because the large size of my flash is making the page take ages to appear.
     
    geekazoid, Aug 11, 2006 IP
  2. Gordaen

    Gordaen Peon

    Messages:
    277
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Browsers create multiple HTTP requests, so the flash should start to load when it is encountered. Your HTML should not be large enough to be significantly delayed by flash loading. You could put the flash lower in your source and position it with CSS, so more of your page is loaded before it starts to hog b/w.

    Another option is to use JavaScript. You can use innerHTML to add the flash info "late in the game."
     
    Gordaen, Aug 11, 2006 IP
  3. geekazoid

    geekazoid Peon

    Messages:
    208
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    isnt there just some script that i can place on the flash which will stop it from loading untill the page has loaded ?

    like afterload or something like that
     
    geekazoid, Aug 12, 2006 IP