|
You can use the function
flash.utils.describeType(instance) to find out the public property and method
names in an instance. It will also tell you the name of the instance's class. If
the class name is all you need, flash.utils.getQualifiedClassName() is much
faster than describeType(). describeType returns an XML instance, so
you should learn how to use the E4X features of ActionScript 3 to extract the
property names. Once you know a property name, you can then
use instance[propName] to get the value of a property in the instance. - Gordon From: Hi, -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
__,_._,___ |

