Grids: Image Gallery

Making image galleries in flash is very common. There are lots of different approaches, but the basic concepts stay the same. They’re usually XML driven and they usually have external image files that are dynamically loaded into Flash. This post contains an image gallery shell that builds off of the Grids: Arranging Clips post. This post assumes you are familiar with that post, and with AS3 XML parsing. We won’t be building this image gallery from scratch. Instead, I’ll walk you through the key aspects of the code This post also contains source for the shell with some TweenLite animation added.
View Tutorial (Source: learningactionscript3.com)