ActionScript 2.0 Components Language Reference |
|
|
|
| Alert component > Alert.okLabel | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
Alert.okLabel
Property (class); a class (static) property that indicates the label text on the OK button.
The following example sets the OK button's label to "okay":
Alert.okLabel = "okay";
|
|
|
|