Previous Post: Build a Flash Photo Gallery: Step 1
- The PhotoDetail Class: displays an enlarged view of the photo when a thumbnail is selected.
- Slide Show Functionality within the PhotoDetail Class. One photo gradually dissolves into the next.
- Slide Show Intervals: Allow for automatic operation of the slideshow with a timer interval of 5 seconds.
(more…)
Want to create a photo album for your website? This tutorial uses ActionScript to create a Flash photo album. The photos are stored externally and neatly organized using XML. Support for XML is one nice feature of ActionScript. No need to use DOM methods to traverse the XML file. Directly access XML content through tag names and attributes.
This tutorial describes how to use ActionScript to read an XML file and create thumbnails. SimplePhotoBox is a Flash application that reads XML and image files exported from Picasa and displays a professional looking Photo Gallery and Slide Show.
Demo of the SimplePhotoBox Gallery
(more…)