This tutorial covers 2 new cool features which are unique to Flash 6 and above. These are setMask and setInterval. This demo could not have been possible without these features.. or at least without setMask which really is the more interesting one of the two, for this example's purposes.
SharedObjects allow you to store information on a user's system from within Flash, like a typical Cookie but with many extended features. In this free tutorial you will learn all about SharedObjects, their applications and how to write good code to create and retrieve them.
Drag and drop technics are very popular in Flash. Using that technic, you can move your object and place it wherever you like. This tutorial will show you how create a drag and drop movie.
Create a bare-bones flash photo gallery which will look something like this. The thumbnails, images and titles are loaded and setup dynamically with data provided by a xml file.