--- In [email protected], Oleg Sivokon <olegsivo...@...> wrote: > > Look up the manual on describeType. Note that local variables type isn't > possible to get at runtime. >
I've learned over time that if I say "It's not possible to..." someone else will come back with how to do it. So I usually say "I don't know of any way to..." That way, I don't inadvertently give a newbie the wrong impression that something can't be done, just because _I_ don't know how to do it. In this case, many Flex classes have a className property, or you can use flash.utils.getQualifiedClassName(). On the latter, you will have to do some parsing to pare it down to _just_ the class name. HTH; Amy

