Is it possible to know if a textField inside of a Display Object is dynamic?
I’m looping all the children of a Display Object, and I would like to find only Dynamic text fields (I’ve input tf too, and I want to avoid them)
THX
Is it possible to know if a textField inside of a Display Object is
Share
Use the type property, which will return a string TextFieldType enum value:
The documentation is nice and clear:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/text/TextField.html#type