Actionscript 3 - Written by Artluvr on Wednesday, June 25, 2008 13:39 - 4 Comments
XML Image Gallery – Actionscript 3, Flash CS3, Tweener
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
wildsurf
Wildsurf, unfortunately the script doesn’t support subcategories. Maybe in the future we will add that kind of functionality!
Does this come with all the source code? I’d want to customize it, thank you!
lordahkim all the files include the full source code.
Leave a Reply
Most Popular Content
- thecodemonster.net has a new logo
- XML Based Fullscreen Image Rotator With Proportional Resize – Flash CS3 – Actionscript 3
- MP3 Player – XML based – Flash CS3, Actionscript 3, Tweener
- XML based banner rotator – Actionscript 3, Flash CS3
- Image Panning on Mouse Move – Actionscript 3 – Flash CS3
- XML Image Gallery – Actionscript 3, Flash CS3, Tweener
- XML based image gallery – Actionscript 3, Flash CS3, Tweener
- Scrollbar with easing – Actionscript 3 – Tweener – Flash CS3
- 3D Carousel XML based – Actionscript 3, Flash CS3
- Papervision3D Spiral Carousel
- Depth of Field with Papervision3D & Tweener
- @Sulaiman, you can do it by removing every child inside the movieclip, and then ...
- @william, The calendar is a movieclip. You can just move it by changing the x an...
- @fuya, unfortunately you cannot add thumbnails, neither the gallery can autoplay...
- @jck, It's not the scroller's fault. Flash has a limit on the height of textfiel...
- Hi, I just started using the scroller, but I'm having trouble with a long text, ...
- The gallery is great.
To customize, I would like to know how can I make the g...
- how do i actually move the calendar along the x and y axis. i can move the backg...
- hi Artluvr,
thanks for this. one quick question:
any idea how i could swit...
Image Galleries
- XML Based Fullscreen Image Rotator With Proportional Resize – Flash CS3 – Actionscript 3
- XML based banner rotator – Actionscript 3, Flash CS3
- XML Image Gallery – Actionscript 3, Flash CS3, Tweener
- XML based image gallery – Actionscript 3, Flash CS3, Tweener
- Auto Resize XML Image Gallery – Actionscript 3, Flash CS3, Tweener
- XML Based Zoom Gallery – Flash, Actionscript 2, FuseKit
Menus & Buttons
Utilities
- MP3 Player – XML based – Flash CS3, Actionscript 3, Tweener
- Image Panning on Mouse Move – Actionscript 3 – Flash CS3
- Scrollbar with easing – Actionscript 3 – Tweener – Flash CS3
- XML graph like Google Analytics – Actionscript 3, Flash CS3
- XML based MP3 Player Streaming Compact – Actionscript 3 – Flash CS3
- Events Calendar – XML based – Actionscript 3, Flash CS3, Tweener
- 3D Windows that rotate when you drag them – Papervision 3D 2, Actionscript 3, Flash
- XML based news bubble – Actionscript 3 – Flash – Tweener
- Magnifying glass zoom – Flash, Actionscript 2
- Interactive Snow with OOP Actionscript 2

is possible add subcategories to thumbnail menu?
Thanks