Hi,
Does anyone have a code snippet that would preload and entire directory (and sub-directories)?
I'm using a basic JS array to load individual images but was hoping I could find a more scaleable/efficient way of doing it?
Thanks,Code:var yourImages = new Array("images/1.jpg", "images/2.jpg")





Bookmarks