Flash components › Flash files › Image Viewers
XML Slide Gallery
|
Posted on 2008 Aug 26 |
Nice, very nice )
|
Posted on 2009 Jan 27 |
|
Posted on 2009 Feb 04 |
|
Posted on 2009 Feb 04 |
Example:
auto_intID=setInterval(_root.gonext,1000) //1000 it's interval time in ms
Than put this line into 21 frame, and in 41 frame put line "clearInterval(auto_intID)"
|
Posted on 2009 Feb 06 |
|
Posted on 2010 Jun 11 |
|
Posted on 2010 Jun 19 |
























xml setting example:
<photogallery>
<txt><![CDATA[XML SLIDE GALLERY]]></txt> // Gallery title
<photo>
<item>
<name><![CDATA[tulips]]></name>// Image title
<description><![CDATA[Lorem ipsum]]></description> // Image description
<thumb>thumbs/1.jpg</thumb> // link to image thumb
<img>images/1.jpg</img> // link to image
</item>
</photo>
</photogallery>
You can use links in description.
Main sizes of thumbs 84x55 and 615x405 for main image, but script will resize of your images a itself, so you can use any width and height of your images files.
It's can be use as standalone part of site or together with your project.