User Guide
74 Alert component (Flash Professional only)
Properties inherited from the UIComponent class
The following table lists the properties the Alert class inherits from the UIComponent class.
When calling these properties from the Alert object, use the form
Alert.propertyName.
Properties inherited from the Window class
The following table lists the properties the Alert class inherits from the Window class.
Event summary for the Alert class
The following table lists an event of the Alert class.
UIObject.top Read-only; the position of the top edge of the object, relative
to its parent.
UIObject.visible A Boolean value indicating whether the object is visible (true)
or not (
false).
UIObject.width Read-only; the width of the object, in pixels.
UIObject.x Read-only; the left edge of the object, in pixels.
UIObject.y Read-only; the top edge of the object, in pixels.
Property Description
UIComponent.enabled Indicates whether the component can receive focus and input.
UIComponent.tabIndex A number indicating the tab order for a component in a
document.
Property Description
Window.closeButton Indicates whether a close button is (true) or is not (false)
included on the title bar.
Window.content A reference to the content (root movie clip) of the window.
Window.contentPath Sets the name of the content to display in the window.
Window.title The text that appears in the title bar.
Window.titleStyleDeclaration The style declaration that formats the text in the title bar.
Event Description
Alert.click Broadcast when a button in an Alert window is clicked.
Property Description