Flash Event "added" (Event.ADDED)

The added event is fired when a component is added as a child to another component. This is accomplished through the addChild(child:DisplayObject) method (or addChildAt(child:DisplayObject,pos:int)).

When the component is removed, it will receive the removed event. This is the complementary event to added.

Search Great Flex/Flash Sites