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