Order Of Download

  • Thread starter Thread starter scorpion53061
  • Start date Start date
S

scorpion53061

Hi I want my menu and banner that is on top to load prior to the flash
animation loading. How do I make this happen? (http://www.jerichoband.net ).
It seems they won't load until the flash animation is loaded.

Thank you for any help you might give.
 
The things that determine the order in which things appear on your page
are -

1. The order in which they are parsed from the code by the browser reading
from <html> to </html>
2. The order in which they are then fetched from the server
3. The network congestion at the time they are fetched and therefore the
number of lost packets
4. The complexity of the HTML infrastructure on the page being rendered
5. The relative size (file weight) of the items being fetched

Can you change any of those? Most likely not....
 
Back
Top