View Single Post
  #25  
Old 10-07-2008, 07:25 AM
austriaka's Avatar
austriaka+ Offline
Team Pixelpost
 
Join Date: Nov 2006
Location: Germany
Posts: 1,175
Send a message via ICQ to austriaka Send a message via AIM to austriaka
yes, you can use the little Javascript dwilkinsjr posted in the mentioned thread. Just replace the tag "<PRELOAD_IMAGE_NAME>" by "o_<IMAGE_NAME>"

Code:
<script type="text/javascript">
if (document.images) 
{
   img1 = new Image();
   img1.src = "images/o_<IMAGE_NAME>";
}
</script>
Place the code sniplet at the end of the html source in your image_template.html (after the html of the image).
You do not need the Image Pre-Loader Addon at all since this retreives only the filename of the next image.
__________________
Uh!log Photoblog
My Addons
Reply With Quote