| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9 |
The EventPhase class provides values for the
eventPhase property of the Event class.
public static const AT_TARGET:uint = 2| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9 |
The target phase, which is the second phase of the event flow.
public static const BUBBLING_PHASE:uint = 3| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9 |
The bubbling phase, which is the third phase of the event flow.
public static const CAPTURING_PHASE:uint = 1| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9 |
The capturing phase, which is the first phase of the event flow.
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Mon Jun 16 2008, 11:54 AM -07:00 Current page: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/events/EventPhase.html