I have an understanding of how to get the values from a combobox, but what action script command do I use to select a value programatically?
Printable View
I have an understanding of how to get the values from a combobox, but what action script command do I use to select a value programatically?
You use getValue() .
( See C:\Program Files\KoolMoves\Examples\Components\Flash 8\API\comboBox API.txt )
Thanks,
Answered my own question, which was not stated very clearly. I only needed to set the selected option to true.