[thelist] Client-side Swaping images

Adrian Gonzales adrian at clearspanmedia.com
Mon May 10 15:13:15 CDT 2004


<snip>
Anyone know of a JavaScript that'll preload a dozen images from a folder
, then present the user with Next / Previous buttons which allow viewing
one image at a time, and client-side swapping of images ?
</snip>


You cannot read a directory from client side scripting. Your best bet
for that is to go with a server side language. Or, you can set up an
array with your dozen images and make the next/previous links grab the
images out of the array.

Adrian Gonzales Jr.
Creative Director
Clear Span Media
713.310.7990
clearspanmedia.com



More information about the thelist mailing list