Archive | September, 2006

Building a Basic Menu in ActionScript 3.0 Tutorial – Part 2 – XML

19 Sep

A few posts ago, I showed you how to build a basic menu using an Array of button names. Now, I will demonstrate how to build the same menu, but this time use the new XML class which is based on E4X. There are many benefits of using XML in your applications. The main reason [...]

More news about Flash CS3 (Blaze)

16 Sep

Mike Downey presented a preview of the next version of Flash (codename Blaze) at Flashforward Austin 2006. New features include the ability to import Photoshop files directly into Flash allowing for precise control over every layer. You can make choices about each layer separately and also edit the imported text fields. There will be support [...]

Flashforward2006 Austin Film Festival Finalists

16 Sep

Be sure to check out this years Flashforward Film Festival Finalists. There were 60 finalists in 15 categories. You can view all of the finalists at http://www.flashforwardconference.com/finalists. The following sites were selected as the best of their category:

O’Reilly Code Search

10 Sep

O’Reilly’s has recently launched a search engine that will scour through nearly 700 of their books, including over 123,000 individual examples, composed of 2.6 million lines of code. I think O’Reilly has published around 21 ActionScript related books at this time. http://labs.oreilly.com/code/

Building a Basic Menu in ActionScript 3.0 Tutorial – Part 1 – Array

7 Sep

Today I have decided to build a simple ActionScript 3.0 horizontal menu based on an array. This is a fairly common practice in Flash development as we are often using data provided from a XML file to dynamically update content within our movies. To simplify this tutorial I am going to use an array that [...]