View Single Post
  #14  
Old 10-07-2008, 07:26 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
You are on the right track, but you don't need the <PRELOAD_IMAGE_NAME>.
Just use
Code:
<script type="text/javascript">
if (document.images) 
{
   img1 = new Image();
   img1.src = "images/o_<IMAGE_NAME>";
}
</script>
You don't need the Image Pre-Loader Addon since you are only interested in the actual images name (<IMAGE_NAME>)
__________________
Uh!log Photoblog
My Addons
Reply With Quote