Flash Event "addedToStage" (Event.ADDED_TO_STAGE)

The addedToStage event fires when a component becomes part of the display list. The display list is rooted in the Stage component and contains all of its descendants. When your component is on the Stage it participates in the standard render loop and the event dispatching loop.

Keep in mind that even though your component is not in the display list, it can still be asked to render itself using the draw method of BitmapData.

Search Great Flex/Flash Sites