flash - Flex: given Class object, get the name of the class it represents -
In Flex, say I have a class object.
For example:
var clazz: class = string; Trace; // what I want "string"
< P>
flash.utils :: getQualifiedClassName
is the job you are looking for ...;) Congratulations
back2dos
Comments
Post a Comment