Flash components › Flash files › Image Viewers
Details
Uploaded: 15 December 2009
Opens With: Flash 8 (8+)
Files Included: FLA,XML
Size: 5kb
Action Script: AS2
Resolution: Resizable
Documentation: normal
Keywords: image gallery, xml, photo gallery, actionscript, categories, as2, flashvars, scroll, scroller, autoplay, menu, navigation, resize, photo, image, slide, slideshow, show, slide show,
Do you like this file?
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.