Is there a getElementByType in AS3?

I’ve started migrating from AS2 to AS3 and have been re-writing some of my code. As of right now, I have to place components that tell me where objects (like dynamic text) is, and it’s name and what not.

this is really annoying. is there a way to search the fla for object types, like getElementByType in javascript frameworks?