Jump to content

jQuery Slider Help Please

Kanto_Red21

Hi Guys,

 

I need to make a jQuery slider that loads all images in a directory as they can change quite often due to them being sponsors. The slider will be placed on HTML docs in kiosks that are not connected to the internet so the scripts would have to be local on a hard drive. I dont want a play or pause/back forward button. It's supposed to loop too. There would need to be 2 one for each side of the page. These do not have to be random playing but would need to fade in and out every 3 seconds. Does anyone have the coding knowledge that would be able to help? I've checked google and nothing I find seems to work. 

 

The directory's would be sponsors/left and sponsors/right. Thank's in advance.

 

Kanto_Red21

Link to comment
Share on other sites

Link to post
Share on other sites

You would probably end up with hard-coding those image files in your code, cause js has no access to file system. And, you just told what you need but it seems like you're looking for someone to hire, who will make all this for you.

Link to comment
Share on other sites

Link to post
Share on other sites

You'd have to populate a JS array with something like php if you want to automatically grab files from the FS.

It's easy to do.

i want to die

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×