ActionScript 2.0 Components Language Reference |
|
|
|
| Alert component > Customizing the Alert component | |||
The Alert component positions itself in the center of the component that was passed as its parent parameter. The parent must be a UIComponent object. If it is a movie clip, you can register the clip as mx.core.View so that it inherits from UIComponent.
The Alert window automatically stretches horizontally to fit the message text or any buttons that are displayed. If you want to display large amounts of text, include line breaks in the text.
The Alert component does not respond to the setSize() method.
|
|
|
|