Hi y'all.
I don't normally care to preload images. I've just put up a splash page for a new company that uses a lot of animaged gifs that need to fire in the correct sequence so I'm looking for a good solution.
From what I've read, the standard javascript preload functions only guarantee that image loading has started before a page tries to render. I need to ensure that image loading is complete because of the way these gifs render.
I've tried the standard preload functions on the splash page and you can tell that the images are not fully loaded when it starts to draw the page.
Using gifs is only temporary, we're going to change the splash page to flash soon, but I'd like to get the gif version working as intended for now.
You can see the page here: http://www.giftwit.com
Any ideas?
Hey Mods/Admin, how about a forum for programmers?
I don't normally care to preload images. I've just put up a splash page for a new company that uses a lot of animaged gifs that need to fire in the correct sequence so I'm looking for a good solution.
From what I've read, the standard javascript preload functions only guarantee that image loading has started before a page tries to render. I need to ensure that image loading is complete because of the way these gifs render.
I've tried the standard preload functions on the splash page and you can tell that the images are not fully loaded when it starts to draw the page.
Using gifs is only temporary, we're going to change the splash page to flash soon, but I'd like to get the gif version working as intended for now.
You can see the page here: http://www.giftwit.com
Any ideas?
Hey Mods/Admin, how about a forum for programmers?
Comment