Applying Dynamic Properties for controls
Instead of using AS3 dynamic Class for assigning dynamic properties to the DisplayObject, the below line is best alternative:
DisplayObject['property']= value
Using this i am working on mxml parser, planning for swf generator from AIR