Category Archives: AS3

Q&A – is, as, and type conversion

A question from a reader gave me an excuse to write a huge rant about type conversions: I’m doing a little exercise in a book that makes a textfield in which each letter can only be entered once. Not very … Continue reading

Posted in Architecture, AS3, Programming, Tips, Tricks, and Hacks | Tagged , , , , , , , , | 4 Comments

Downsampling Flash – Converting AS3 to AS2

I recently came across a situation where I was forced to convert a working project in Flash 9 AS3 to Flash 8 AS2. I wanted to share some of my experiences to help other weary programmers in the same predicament.

Posted in AS3, Flash, Programming, Tutorial | 15 Comments

AS3 Performance comparison tool

I ran across an interesting performance comparison tool at businessintelligence.me This could be very useful for code optimization and for a general understanding of what’s going on behind the scenes. Perhaps the most striking comparisons in this tool are the … Continue reading

Posted in AS3, Site-seeing | 5 Comments

Tip: Adding version checking to your external code library

Since version 1.0 of a code library that I’m sure you’re tired of me talking about came out, I have been making steady updates, some of which break legacy code. I was also having trouble keeping track of which version … Continue reading

Posted in Architecture, AS3, Tips, Tricks, and Hacks, Tutorial | Tagged , , , | 4 Comments

Flash Player 10 – 3D Example

I’ve tinkered a bit with Flash Player 10. One thing that seems almost funny about the 3D effects of Flash thus far is that very few examples show off actually 3D objects. Most examples I’ve examined show 2D planes transformed … Continue reading

Posted in AS3, Flash, Flex, Lab, Programming | Tagged , | 5 Comments