Action Script 2 xml gallery. 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>
Main sizes of thumbs 84x55 and 615x405 for images, but script will can itself resize of images.
It's can be use as standalone part of site or together with your project.
Uploaded By: dhunter
Action Script 2 xml gallery.
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>
Main sizes of thumbs 84x55 and 615x405 for images, but script will can itself resize of images.
It's can be use as standalone part of site or together with your project.