7 Comments
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)"
fantero
/ flash & video
7 Comments
Details
Uploaded: 22 August 2008
Opens With: Flash CS3 (9+)
Files Included: FLA, SWF, XML, HTML, TTF, Sample images
Size: 30kb
Action Script: AS2
Resolution: 700x560
Documentation: good
Do you like this file?
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.