Lightroom 3 Book for Digital Photographers by Scott Kelby »
Flash and Actionscript Tutorials
- Sliding Gallery using Cosine Function - This advanced tutorial shows you how to make a photo gallery slide up and down based on the location of the cursor. By using the mathematics cosine function, the speed gets faster as your cursor move more away from center. Furthermore, data is loaded from XML
- XML driven Slideshow using AS3 - from RepublicOfCode.com
- XML Driven Two Level Menu - This tutorial show you how to dynamically create a two-level menu by reading data from a XML file. You can also specify a trigger action when the menu is clicked (such as whether to display a message or go to an URL.
- How to play videos sequentially - communitymx.com
From this tutorial, you'll also learn how to detect the end of a movie by attaching the oncomplete event to the FLVPlayback control.
- Using SetInterval() in Flash ActionScript - this tutorial will show you how to put in delays in Flash using code.
- Flash to Read RSS - a very comprehensive tutorial on how to write actionscript to read RSS feeds. Because of Flash security sandbox, you can not read it directly. But it shows how you can construct a PHP script that acts as a proxy for Flash to read.