Slideshow with image paths from an XML file

VicSplit

New Member
i tried so many slideshows that i found online that im done with them. The task should be easy, but since im a jquery newbie it beats me:XML, JQUERY or Javascript should be usedI want to create a slideshow, for which i have the pictures in a IMAGES folder and all i want to do is write the paths of these images in an XML file and read it from there, something like this: \[code\]<allImages> <oneImage> Image/picture1.jpg </oneImage> <oneImage> Image/picture2.jpg </oneImage> <oneImage> Image/picture3.jpg </oneImage> <oneImage> Image/picture4.jpg </oneImage></allImages>\[/code\]Nothing fancy, just a slideshow that repeats on and on the pictures whose paths are found in an XML file. This should be done with jQUERY OR Javascript
 
Back
Top