I’m looking for an image slider tutorial, well i know how to make one but I am after a solution that is able to make the slider search a specified directory for the files to scroll through.
Is this possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sure, you just need to develop a backend script to scan the requested directory and return the images. Could be a .php script, could be something else. Image array can be delivered on page load or asynchronous via an Ajax request.