Features: . The Description and Images Path are loaded through XML. . Resizable Slide show give you ability to put it anywhere. . Display unlimited amount of images within galleries . Auto Preloader Before Each Image Load. (bug less) . Auto SlideShow Wait for each loading before change Images. . Time period adjustable from the XML file (in seconds) . All of the graphics are provided in flash
2 different XML file one for configurations and other one for slides URL.
Features:
. The Description and Images Path are loaded through XML.
. Resizable Slide show give you ability to put it anywhere.
. Display unlimited amount of images within galleries
. Auto Preloader Before Each Image Load. (bug less)
. Auto SlideShow Wait for each loading before change Images.
. Time period adjustable from the XML file (in seconds)
. All of the graphics are provided in flash
2 different XML file one for configurations and other one for slides URL.
slides.xml
-------------
<Slideshow>
<Image jpegURL="images/001.jpg">Description 1</Image>
<Image jpegURL="images/002.jpg">Description 2</Image>
</Slideshow>
You can put unlimited files inside the xml.
config.xml
--------------
<Config>
<slideTime>5</slideTime>
</Config>
easily change the number and then the slide show timer was changed. no need to edit the timer from inside of Flash.