Jump to content

Slideshow Script that pulls all images from a FOlder?


natasha_thomas

Recommended Posts

I am looking for a Slideshow script (in JS or PHP)

 

The reason you're probably not having much luck is because you're looking for it as a whole package. Try looking for (or write it yourself) :

1. a php script that returns all images from a folder.

2. a js slide show

 

Should be easy as hell

As Javascript is client side it is not going to be able to read the contents of a folder on your server. PHP can do this easily as it is server side. As the above post mentions, you should break the 2 steps up.

Firstly, learn how to read files in a directory using php. There are plenty of examples here:

http://uk2.php.net/readdir

 

Then look at a JS slideshow. I would probably use a JQuery plugin. All you would need to do would be to loop over a bit of HTML.

Here are a ton to choose from. They should be real easy to implement.

http://www.webanddesigners.com/15-jquery-slideshow-and-plugins

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.