PDA

View Full Version : comboBox value??????


jpthetall
11-19-2005, 05:47 PM
hello,

i have been looknig all over the place to try and figure out how to get a comboBox value. i have found a couple of sites that say that i should use the command "combobox.getValue();" but it doesn't work for me. if someone knows how i could get the value i would be much appreciative.

thanks for your time in advance

JP Shulman

Xeef
11-19-2005, 06:22 PM
ComboBox.value
Availability
Flash Player 6 (6.0.79.0).

Edition
Flash MX 2004.

Usage
comboBoxInstance.value


Description
Read-only property; if the combo box is editable, value returns the item label. If the combo box is static, value returns the item data.