I was wondering if reflection is possible in ActionScript or not. After diving into API, i got something which seems like reflection in Flex. ActionScript API provide one class ObjectUtil. It contains some helper methods like compare, dateComapre etc for handling objects. This class also has one very useful method getClassInfo(). Below code shows usage [...]
Archive for September, 2009
Iterate through ActionScript Object properties – AS Reflection
Posted in Flex, tagged ActionScript, ActionScript Reflection, Flex, Introspection, ObjectUtil on September 20, 2009 | 1 Comment »