Dynamic Content/XML
Basic Premise: An image gallery
End Result: Dynamically loaded thumbnails as well as the actual image.
Flash Version: Flash 8
I have a gallery with 12 images. It functions fine but the images are hard coded into the flash. I'd like to add them in dynamically to reduce the loading time of my main movie as well as reduce the file size for the main .swf.
How can I, using an external xml file, load in thumbnails and the actual image.
My movie is set up as such:
panel_MC: panel of 12 horizontally scrolling thumbnails
photo_MC: movie clip which loads the larger version of the thumbs
XML could be set up as such:
Code:<photo small="thumbnail.jpg" large="picture.jpg" />

