F > FRadioButton.getData |
![]() ![]() ![]() |
FRadioButton.getData
Availability
Flash Player 6.
Usage
myRadioButton
.getData
()
Parameters
None.
Returns
A string.
Description
Method; returns the data associated with the specified radio button instance. Use FRadioButton.getValue to get the data associated with the selected radio button in a group of radio buttons.
Example
The following code returns the data associated with the radio button flashRadio
to the Output window.
trace(flashRadio.getData
());
See also
![]() ![]() ![]() |