F > FRadioButton.setData |
FRadioButton.setData
FRadioButton, FRadioButton.setData, setData
Availability
Flash Player 6.
Usage
myRadioButton.setData("data")
Parameters
data The data to associate with the radio button instance.
Returns
Nothing.
Description
Method; specifies the data to associate with the radio button instance. Calling this method overrides the Data parameter value set during authoring.
Example
The following code specifies the data ActionScript for the radio button instance flashRadio.
flashRadio.setData("ActionScript");
See also
FRadioButton.getData, FRadioButton.setValue