Slideshow of images from a directory/folder?
Ok, so normally one would do something like:
<div id="slide_show">
<img src="slide_show_images/penguin.jpg alt="">
<img src="slide_show_images/lion.jpg alt="">
<img src="slide_show_images/bear.jpg alt="">
<img src="slide_show_images/elephant.jpg alt="">
</div>
Hook up a jQuery script like 'cycle' and away it goes - which is ok BUT I have 50 images I want to fade in and out prefferably random as well.
The question is has anyone found a script, used a script, that can look for images in a directory/folder, choose a randon starting point and cycle through them fading in and out?
I thought I had found something but all the image names have to take the form of IM_1.jpg, IM_2.jpg, IM_3.jpg which I cant do for reason I shall not explain.
These images are names in a database field so I could just loop through them all BUT that would put 50 images on the page which is a hefty amount of data, which will most likely slow the page down?
Cheers
Os
