User Guide
Alert component (Flash Professional only) 123
Events inherited from the UIComponent class
The following table lists the events the Alert class inherits from the UIComponent class. When
calling these events from the Alert object, use the form
Alert.eventName.
Events inherited from the Window class
The following table lists the events the Alert class inherits from the Window class.
Alert.buttonHeight
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
Alert.buttonHeight
Description
Property (class); a class (static) property that changes the height of the buttons. The default value
is 22.
See also
Alert.buttonWidth
UIObject.reveal Broadcast when an object’s state changes from invisible to visible.
UIObject.unload Broadcast when the subobjects are being unloaded.
Event Description
UIComponent.focusIn Broadcast when an object receives focus.
UIComponent.focusOut Broadcast when an object loses focus.
UIComponent.keyDown Broadcast when a key is pressed.
UIComponent.keyUp Broadcast when a key is released.
Event Description
Window.click Broadcast when the close button is clicked (released).
Window.complete Broadcast when a window is created.
Window.mouseDownOutside Broadcast when the mouse is clicked (released) outside the modal
window.
Event Description