On the stage, I have seven buttons. I want to add events on these buttons, however most of them are "undefined"/null. How do I wait for the stage or _root in as2 to finish loading the child elements before doing anything.
Is there an equivalent to flex 3 applicationComplete?
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" applicationComplete="init()">