Actionscript 3 - Written by Artluvr on Wednesday, June 25, 2008 13:39 - 4 Comments

XML Image Gallery – Actionscript 3, Flash CS3, Tweener

VIEW DEMO

This is a simple image gallery that supports thumbnails, descriptions (utf) and fullsize images. When the thumbnails exceed the window width, then the bottom strip moves whenever you move your mouse.

You can also customise the arrow images, change the name of the XML file that holds all the data.

The format of the XML file is :

<photographs>
<photograph thumbnail=”images/01.jpg” big=”images/01big.jpg”>
<description><![CDATA[Prague 2006. Copyright stateoftorpidity.com]]></description>

</photograph>
………………………….
………………………….
</photographs>

If you wish to initialize the Image gallery all you have to write is:

import aig.*;
var a:AdvancedImageGallery = new AdvancedImageGallery(“gallery.xml”);
addChild(a);

Note: We recommend that you use it as a standalone gallery.

Price: €11


Share and Enjoy:

4 Comments

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

wildsurf
Jun 25, 2008 21:18

is possible add subcategories to thumbnail menu?

Thanks

Artluvr
Jul 4, 2008 9:41

Wildsurf, unfortunately the script doesn’t support subcategories. Maybe in the future we will add that kind of functionality!

lordnahkim
Jul 30, 2008 21:38

Does this come with all the source code? I’d want to customize it, thank you!

Artluvr
Aug 21, 2008 7:34

lordahkim all the files include the full source code.

Leave a Reply

Comment

Most Popular Content






Image Galleries


Menus & Buttons


Utilities


Freebies