Fade in slideshow using folder instead?
http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
I have searched this forum for results but no luck.
I am using ASP and would like to know how to use a folder instead?
How to make this part only have the folder to list as many images as needed?
PHP Code:
var fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]=["photo1.jpg", "", ""]
fadeimages[1]=["photo2.jpg", "", ""]
If it's not possible in ASP then how to do it in javascript?
Cheers
Cool script by the way.