This post is not about using Mixin metadata tag. There are tons of documentation on the web to explain about usage. Here are a couple of useful links:
http://adamflater.blogspot.com/2007/03/static-code-blocks.html
http://www.adobe.com/support/documentation/en/flex/1/mixin/
In fact, this post is about to warn you about some of the examples. In short, when you use Mixin, Flex will make sure that [...]
Myo's random rambling
Category Archives: Adobe AIR
Using Mixin metadata with Module gotcha
360|Flex Atlanta: Links to Presenters’ Presentations/Code
Being not able to attend the 360Flex at Atlanta due to workload, I have been scouting MXNA and RSS for posting about the conference. I thought I would compile the list as I find it on MXNA or anywhere else. If I miss any of the session that’s available on the web [...]
Associative Arrays — Not so much of the Array after all
Array, being one of the very useful data structures in any programming language, I am sure we all use it every day. I have been using associative array, the one that uses keys instead of a numeric index to organize stored values, quite a while in ActionScript and I learned something today in hard [...]