pages bg right
 Currently Browsing: AIR

Countdown to 360|Flex

Countdown to 360|Flex
Just a quick reminder… the only 360|Flex event of 2009 is next week, and there are still some tickets left if you want in. Why should you go? What does $550 of your hard-earned cash (or your boss’) buy you at 360|Flex Indy? Well… Not only will I be attending, but I’ll also be...
Read More of Countdown to 360|Flex

Static in ActionScript 3.0

Static in ActionScript 3.0
Pop quiz: In AS3, are static methods & variables inherited by subclasses? Answer: No. Static methods and properties of classes are not inherited by subclasses. You can however access the static members of a parent class from within it’s subclasses. This question came up today as I was helping...
Read More of Static in ActionScript 3.0

Using ASDoc in Flex Builder

Using ASDoc in Flex Builder
I’ve been a big fan of the ASDoc tool since I first found out it was in the Flex SDK. Just in case you’re not sure what ASDoc is, it’s command-line tool that’s used to generate documentation for your code, just like the online documentation that Adobe provides for Flex and ActionScript...
Read More of Using ASDoc in Flex Builder