December 7, 2010 - No Comments!

Discover Properties of a Class’s Native Definition

When working with 3rd party API's you may sometimes find yourself running into issues with a lack of definition. A small helping hand can be found in the describeType() method that produces an XML object that describes the class and its methods and properties.

Code example of use

trace(describeType(object));

Published by: nick in AS3, Flash, Flex

Leave a Reply