
Flash Player 7 + TheSpringBox V1
Platform.alert(message:String) : Void;
message - A String representing the message that will be displayed in the alert box.
Nothing.
Method; spawns a system level alert box identical to the JavaScript alert using the message parameter for the text inside the alert box. Code will halt until user clicks the Ok button.
This example displays an alert box to prompt the user to do something.
Platform.alert("Please enter a valid name.");