I want to add an extra comment in this post
This thread is very complete on the preload topic.
But yesterday I discovered that there is more needed than only code in the slide.htt to make it work
Even with the code installed I saw 2 requests on my webserverlog - 1 for the preload and a new one with the load of the next slide
First you have the browser settings and how it uses "temporary internet files".
In IE6 check via : Extra - options - temporary internet files - settings
Here one can set when IE6 needs to check for new version of the pages (allways - when IE starts - automatically - never).
My settings were automatically and it did not work
Only after switching it to never the image was not reloaded (proof of functionality for the preload code), but this was not an option for me.
So that's how I discovered that you also need to play with the settings on your webserver
After adding this code in my .htaccess
ExpiresActive on
ExpiresByType image/jpg A900
ExpiresByType image/jpeg A900
My browser(IE6) started to reuse the preloaded image and browsing my albums became faster
Reference :
http://www.websiteoptimization.com/speed/tweak/cache/