Flash components Flash files Image Viewers

XML Slide Gallery

$8.00
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON- COMMERCIAL PROJECT - details
ID: 15 | Views: 7657 | Downloads: 11
Or

moredhunter
Uploaded By: dhunter Author
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>


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.


ASK Ask a question & Live a coment (Public)
moreBurik
Burik said
Posted on 2008 Aug 26
It's very cool Gallery!
Nice, very nice )

moreflash_code
flash_code said
Posted on 2009 Jan 27
nice

moremwates
mwates purchased said
Posted on 2009 Feb 04
Is it possible to make the larger images automatically play after a thumbnail is clicked? If so, what is the code for that?

moredhunter
dhunter author said
Posted on 2009 Feb 04
To mwates: Ya, need write line which will call "_root.gonext()" with some interval:
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)"

moremwates
mwates purchased said
Posted on 2009 Feb 06
Perfect! What would the code be for a pause and play button? Is that possible? By the way, this gallery is great!

moreamar2010
amar2010 purchased said
Posted on 2010 Jun 11
sorry i just downloaded but how i change fotos??now writes undefined..please i want your advice

moreamar2010
amar2010 purchased said
Posted on 2010 Jun 19
thank you for your message...now im searching to find how i upload this gallery in my website as a part of this


more

Do you have any comment or questions about dhunter file?


Please register & login before you post!