| Event | Summary | Defined By |
---|
| | | [broadcast event] Dispatched when the Flash Player or AIR application gains operating system focus and becomes active. | EventDispatcher |
| | | Dispatched when a display object is added to the display list. | DisplayObject |
| | | Dispatched when a display object is added to the on stage display list, either directly or through the addition of a sub tree in which the display object is contained. | DisplayObject |
| | | Dispatched when the user selects 'Clear' (or 'Delete') from the text context menu. | InteractiveObject |
| | | Dispatched when a user presses and releases the main button of the user's pointing device over the same InteractiveObject. | InteractiveObject |
| | | Dispatched when a user gesture triggers the context menu associated with this interactive object in an AIR application. | InteractiveObject |
| | | Dispatched when the user activates the platform specific accelerator key combination for a copy operation or selects 'Copy' from the text context menu. | InteractiveObject |
| | | Dispatched when the user activates the platform specific accelerator key combination for a cut operation or selects 'Cut' from the text context menu. | InteractiveObject |
| | | [broadcast event] Dispatched when the Flash Player or AIR application operating loses system focus and is becoming inactive. | EventDispatcher |
| | | Dispatched when a user presses and releases the main button of a pointing device twice in rapid succession over the same InteractiveObject when that object's doubleClickEnabled flag is set to true. | InteractiveObject |
| | | [broadcast event] Dispatched when the playhead is entering a new frame. | DisplayObject |
| | | [broadcast event] Dispatched when the playhead is exiting the current frame. | DisplayObject |
| | | Dispatched after a display object gains focus. | InteractiveObject |
| | | Dispatched after a display object loses focus. | InteractiveObject |
| | | [broadcast event] Dispatched after the constructors of frame display objects have run but before frame scripts have run. | DisplayObject |
| | | Dispatched when the user moves a point of contact over the InteractiveObject instance on a touch-enabled device (such as moving a fingers from left to right over a display object on a mobile phone or tablet with a touch screen). | InteractiveObject |
| | | Dispatched when the user creates a point of contact with an InteractiveObject instance, then taps on a touch-enabled device (such as placing several fingers over a display object to open a menu and then taps one finger to select a menu item on a mobile phone or tablet with a touch screen). | InteractiveObject |
| | | Dispatched when the user performs a rotation gesture at a point of contact with an InteractiveObject instance (such as touching two fingers and rotating them over a display object on a mobile phone or tablet with a touch screen). | InteractiveObject |
| | | Dispatched when the user performs a swipe gesture at a point of contact with an InteractiveObject instance (such as touching three fingers to a screen and then moving them in parallel over a display object on a mobile phone or tablet with a touch screen). | InteractiveObject |
| | | Dispatched when the user presses two points of contact over the same InteractiveObject instance on a touch-enabled device (such as presses and releases two fingers over a display object on a mobile phone or tablet with a touch screen). | InteractiveObject |
| | | Dispatched when the user performs a zoom gesture at a point of contact with an InteractiveObject instance (such as touching two fingers to a screen and then quickly spreading the fingers apart over a display object on a mobile phone or tablet with a touch screen). | InteractiveObject |
| | | This event is dispatched to any client app that supports inline input with an IME | InteractiveObject |
| | | Dispatched when the user presses a key. | InteractiveObject |
| | | Dispatched when the user attempts to change focus by using keyboard navigation. | InteractiveObject |
| | | Dispatched when the user releases a key. | InteractiveObject |
| | | Dispatched when a user presses and releases the middle button of the user's pointing device over the same InteractiveObject. | InteractiveObject |
| | | Dispatched when a user presses the middle pointing device button over an InteractiveObject instance. | InteractiveObject |
| | | Dispatched when a user releases the pointing device button over an InteractiveObject instance. | InteractiveObject |
| | | Dispatched when a user presses the pointing device button over an InteractiveObject instance. | InteractiveObject |
| | | Dispatched when the user attempts to change focus by using a pointer device. | InteractiveObject |
| | | Dispatched when a user moves the pointing device while it is over an InteractiveObject. | InteractiveObject |
| | | Dispatched when the user moves a pointing device away from an InteractiveObject instance. | InteractiveObject |
| | | Dispatched when the user moves a pointing device over an InteractiveObject instance. | InteractiveObject |
| | | Dispatched when a user releases the pointing device button over an InteractiveObject instance. | InteractiveObject |
| | | Dispatched when a mouse wheel is spun over an InteractiveObject instance. | InteractiveObject |
| | | Dispatched by the drag initiator InteractiveObject when the user releases the drag gesture. | InteractiveObject |
| | | Dispatched by the target InteractiveObject when a dragged object is dropped on it and the drop has been accepted with a call to DragManager.acceptDragDrop(). | InteractiveObject |
| | | Dispatched by an InteractiveObject when a drag gesture enters its boundary. | InteractiveObject |
| | | Dispatched by an InteractiveObject when a drag gesture leaves its boundary. | InteractiveObject |
| | | Dispatched by an InteractiveObject continually while a drag gesture remains within its boundary. | InteractiveObject |
| | | Dispatched at the beginning of a drag operation by the InteractiveObject that is specified as the drag initiator in the DragManager.doDrag() call. | InteractiveObject |
| | | Dispatched during a drag operation by the InteractiveObject that is specified as the drag initiator in the DragManager.doDrag() call. | InteractiveObject |
| | | Dispatched when the user activates the platform specific accelerator key combination for a paste operation or selects 'Paste' from the text context menu. | InteractiveObject |
| | | Dispatched when a display object is about to be removed from the display list. | DisplayObject |
| | | Dispatched when a display object is about to be removed from the display list, either directly or through the removal of a sub tree in which the display object is contained. | DisplayObject |
| | | [broadcast event] Dispatched when the display list is about to be updated and rendered. | DisplayObject |
| | | Dispatched when a user presses and releases the right button of the user's pointing device over the same InteractiveObject. | InteractiveObject |
| | | Dispatched when a user presses the pointing device button over an InteractiveObject instance. | InteractiveObject |
| | | Dispatched when a user releases the pointing device button over an InteractiveObject instance. | InteractiveObject |
| | | Dispatched when the user moves a pointing device away from an InteractiveObject instance. | InteractiveObject |
| | | Dispatched when the user moves a pointing device over an InteractiveObject instance. | InteractiveObject |
| | | Dispatched when the user activates the platform specific accelerator key combination for a select all operation or selects 'Select All' from the text context menu. | InteractiveObject |
| | | Dispatched when the value of the object's tabChildren flag changes. | InteractiveObject |
| | | Dispatched when the object's tabEnabled flag changes. | InteractiveObject |
| | | Dispatched when the value of the object's tabIndex property changes. | InteractiveObject |
| | | Dispatched when a user enters one or more characters of text. | InteractiveObject |
| | | Dispatched when the user first contacts a touch-enabled device (such as touches a finger to a mobile phone or tablet with a touch screen). | InteractiveObject |
| | | Dispatched when the user removes contact with a touch-enabled device (such as lifts a finger off a mobile phone or tablet with a touch screen). | InteractiveObject |
| | | Dispatched when the user moves the point of contact with a touch-enabled device (such as drags a finger across a mobile phone or tablet with a touch screen). | InteractiveObject |
| | | Dispatched when the user moves the point of contact away from InteractiveObject instance on a touch-enabled device (such as drags a finger from one display object to another on a mobile phone or tablet with a touch screen). | InteractiveObject |
| | | Dispatched when the user moves the point of contact over an InteractiveObject instance on a touch-enabled device (such as drags a finger from a point outside a display object to a point over a display object on a mobile phone or tablet with a touch screen). | InteractiveObject |
| | | Dispatched when the user moves the point of contact away from an InteractiveObject instance on a touch-enabled device (such as drags a finger from over a display object to a point outisde the display object on a mobile phone or tablet with a touch screen). | InteractiveObject |
| | | Dispatched when the user moves the point of contact over an InteractiveObject instance on a touch-enabled device (such as drags a finger from a point outside a display object to a point over a display object on a mobile phone or tablet with a touch screen). | InteractiveObject |
| | | Dispatched when the user lifts the point of contact over the same InteractiveObject instance on which the contact was initiated on a touch-enabled device (such as presses and releases a finger from a single point over a display object on a mobile phone or tablet with a touch screen). | InteractiveObject |