Flash Events

Flash dispatches certain standard events based on the interactions of components, especially with regards to rendering and the display list. Generally, a component receives added and addedToStage, then render events. When the component is removed it will usually receive removed and removedFromStage. Obviously, if the component is only added to another component, and the parent component is not yet on the Stage, then the "Stage" events won't fire until the topmost parent is added to the Stage.

Search Great Flex/Flash Sites