Click to See Complete Forum and Search --> : Loading order????


caynada
05-30-2003, 06:15 PM
Can you control what order thing load on an html page. Or can you make everything wait and appear once the whole page is loaded? There are javascript elements and flash movies along with the html

Jona
05-30-2003, 06:43 PM
It's best just to preload your images and forget the rest, however, it is possible to do that but it won't work for approximately 13% of your visitors.

Nevermore
05-31-2003, 11:04 AM
If you set the width and height of images, the other content loads around them anyway. Preloading is best in my opinion if you do it on a different page, so that your content seems strangely fast when they get to the page. e.g., you have a page with 20 GIFs that you like on it. On 10 of your other pages an image is loaded into the cache but not displayed. In this way, the GIF page loads up very fast.