| 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 creates a point of contact along the edge of the touch surface with an InteractiveObject instance, (such as tapping along the edge of the touch surface on Siri Remote for Apple TV) Some devices might also interpret this contact as a combination of several touch events, as well. | 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 moves a point of contact over the InteractiveObject instance on a touch-enabled device (such as moving a finger from left to right over a display object 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 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 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 the user lowers an active stylus past the proximity detection threshold of the screen. | InteractiveObject |
| | | Dispatched when the user lifts an active stylus above the proximity detection threshold of the screen. | InteractiveObject |
| | | Dispatched when the user moves an active stylus over the screen while remaining within the proximity detection threshold. | InteractiveObject |
| | | Dispatched when the user moves an active stylus away from this InteractiveObject while remaining within the proximity detection threshold of the screen. | InteractiveObject |
| | | Dispatched when the user moves an active stylus directly above this InteractiveObject while remaining within the proximity detection threshold of the screen. | InteractiveObject |
| | | Dispatched when the user moves an active stylus away from this InteractiveObject and any of its children while remaining within the proximity detection threshold of the screen. | InteractiveObject |
| | | Dispatched when the user moves an active stylus over this InteractiveObject from outside the object's tree of descendents in the display list (while remaining within the proximity detection threshold of the screen). | InteractiveObject |
| | | Dispatched when a user releases the button on the pointing device after the user first pressed the button over an InteractiveObject instance and then moved the pointing device off of the InteractiveObject instance. | 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 immediately after the soft keyboard is raised. | InteractiveObject |
| | | Dispatched immediately before the soft keyboard is raised. | InteractiveObject |
| | | Dispatched immediately after the soft keyboard is lowered. | 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 touches the device, and is continuously dispatched until the point of contact is removed. | 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 outside 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 |