(AIR only)
The NativeWindowBoundsEvent is dispatched when the size or location of a NativeWindow changes.
There are four types of events:
NativeWindowBoundsEvent.MOVING
NativeWindowBoundsEvent.MOVE
NativeWindowBoundsEvent.RESIZING
NaNativetiveWindowBoundsEvent.RESIZE
afterBounds:Rectangle [read-only]
Returns the bounds of the window after the bounds changed. If the event is "moving" or "resizing", the
bounds have not yet changed; afterBounds indicates the new bounds if the event is not cancelled. If the event is
"move" or "resize", the bounds have already changed; afterBounds indicates the current value.
Implementation
public function get afterBounds():Rectangle
beforeBounds:Rectangle [read-only]
Returns the bounds of the window before the bounds changed. If the event is "moving" or "resizing", the
bounds have not yet changed; beforeBounds reflects the current bounds. If the event is
"move" or "resize", the bounds have already changed; beforeBounds indicates the previous value.
Implementation
public function get beforeBounds():Rectangle
public function NativeWindowBoundsEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, beforeBounds:Rectangle = null, afterBounds:Rectangle = null)
Creates an Event object with specific information relevant to window bounds events.
Event objects are passed as parameters to event listeners.
Parameters
| type:String — The type of the event. Possible values are:
NativeWindowBoundsEvent.MOVING
NativeWindowBoundsEvent.MOVE
NativeWindowBoundsEvent.RESIZING
NativeWindowBoundsEvent.RESIZE
|
| |
| bubbles:Boolean (default = false) — Determines whether the Event object participates in the bubbling stage of the event flow.
|
| |
| cancelable:Boolean (default = false) — Determines whether the Event object can be cancelled.
|
| |
| beforeBounds:Rectangle (default = null) — indicates the bounds before the most recent change or the pending change.
|
| |
| afterBounds:Rectangle (default = null) — indicates the bounds after the most recent change or the pending change.
|
public override function clone():Event
Creates a copy of the NativeWindowBoundsEvent object and sets the value of each property to match that of the original.
Returns
| Event — A new NativeWindowBoundsEvent object with property values that match those of the original.
|
public override function toString():String
Returns a string that contains all the properties of the NativeWindowBoundsEvent object. The string has the following format:
[NativeWindowBoundsEvent type=value bubbles=value cancelable=value previousDisplayState=value currentDisplayState=value]
Returns
| String — A string that contains all the properties of the NativeWindowBoundsEvent object.
|
public static const MOVE:String = "move"
Defines the value of the type property of a move event object.
This event has the following properties:
| Properties | Values |
afterBounds | the new bounds of the window. |
beforeBounds | the old bounds of the window. |
target | The NativeWindow that has just changed state.
|
bubbles | No. |
currentTarget | Indicates the object that is actively processing the Event
object with an event listener. |
cancelable | false; There is no default behavior to cancel. |
See also
public static const MOVING:String = "moving"
Defines the value of the type property of a moving event object.
This event has the following properties:
| Properties | Values |
afterBounds | the bounds of the window after the pending change. |
beforeBounds | the bounds of the window before the pending change. |
bubbles | No. |
cancelable | true; cancelling the event will prevent the window move. |
currentTarget | Indicates the object that is actively processing the Event
object with an event listener. |
target | The NativeWindow that has just changed state. |
See also
public static const RESIZE:String = "resize"
Defines the value of the type property of a resize event object.
This event has the following properties:
| Properties | Values |
afterBounds | the new bounds of the window. |
beforeBounds | the old bounds of the window. |
target | The NativeWindow that has just changed state.
|
bubbles | No. |
currentTarget | Indicates the object that is actively processing the Event
object with an event listener. |
cancelable | false; There is no default behavior to cancel. |
See also
public static const RESIZING:String = "resizing"
Defines the value of the type property of a resizing event object.
This event has the following properties:
| Properties | Values |
afterBounds | the bounds of the window after the pending change. |
beforeBounds | the bounds of the window before the pending change. |
target | The NativeWindow that has just changed state.
|
bubbles | No. |
currentTarget | Indicates the object that is actively processing the Event
object with an event listener. |
cancelable | true; cancelling the event will prevent the window move. |
See also
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Fri Jan 25 2008, 2:58 PM GMT-05:00
NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent NativeWindowBoundsEvent
flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent flash.events.NativeWindowBoundsEvent