Flash Event "removedFromStage" (Event.REMOVED_FROM_STAGE)

The removedFromStage event is dispatched to a component when it is removed from its parent. If the parent component was on the display list of the Stage, then the removedFromStage event will be dispatched to the component along with the removed event.

A component which is not on the display list of the Stage (if it is not a child or descendant of the Stage) does not participate in the render loop or the event dispatching loop of the Flash player. Such a component is effectively idle until it is added to the stage again. However, the component could still be rendered into a BitmapData object using the draw method.

Search Great Flex/Flash Sites