I need to build a scroller that loads all images dynamically either from a xml file or from just looping through a directory for all .JPG files in the directory. I want to load up all images and scroll them one at a time, left to right, and there's no other activity - ie, the images are not links, etc. I only need to display the images and have them scroll.
For the life of me, I can't find a tutorial that puts all of this together. I can probably do the xml load stuff rather easily, but once I have image names, etc. I'm not too sure how to go about looping through the xml list, loading images and scrolling them.
Can anyone offer any input/assistance on this one? Many thanks.
For the life of me, I can't find a tutorial that puts all of this together. I can probably do the xml load stuff rather easily, but once I have image names, etc. I'm not too sure how to go about looping through the xml list, loading images and scrolling them.
Can anyone offer any input/assistance on this one? Many thanks.