C
cjl
Hey all:
I am preloading a large number of images for my web application, and I
want to display something indicating progress. So I am simply swapping
the visibility of an animated gif (which shows "Loading...") off after
the images are all loaded.
I am calling my preload function using:
<body onload="preload();>
This does not work. The images get preloaded, but the page does not
render at all until the images are preloaded.
What do I need to do so that the html of the page renders immediately
while the preload script is running?
My users will be required to use firefox in full-page mode, using the
autohide extension.
-cjl
I am preloading a large number of images for my web application, and I
want to display something indicating progress. So I am simply swapping
the visibility of an animated gif (which shows "Loading...") off after
the images are all loaded.
I am calling my preload function using:
<body onload="preload();>
This does not work. The images get preloaded, but the page does not
render at all until the images are preloaded.
What do I need to do so that the html of the page renders immediately
while the preload script is running?
My users will be required to use firefox in full-page mode, using the
autohide extension.
-cjl