I'm traversing the children of an SWF loaded using flash.display.Loader, in an AS-only project under FlashDevelop.
Calling flash.utils.getQualifiedClassName(obj) on the object returns "mx.core::UITextField" and while it is a subclass of flash.text.TextField, Calling (obj is flash.text.TextField) returns false.
Any insights on that? Am I doing something wrong?