Flash CS3 Documentation |
|||
| Extending Flash > Top-Level Functions and Methods > alert() | |||
Flash MX 2004.
alert ( alertText )
alertText A string that specifies the message you want to display in the Alert dialog box.
Nothing.
Method; displays a string in a modal Alert dialog box, along with an OK button.
The following example displays the message "Process Complete" in an Alert dialog box:
alert("Process Complete");
Flash CS3