A listener needs to be added.. refer to this: http://www.flashden.net/forums/thread/combobox-onclick-event/3739
Posted about 1 month ago
I’m using a combobox and would like to add getURL to the labels.
I’ve placed a combobox on the stage and called it “comboBox.”
I’ve used code to add labels like this…
comboBox.addItem(“Labelname”, “http://www.website.com”
;
This code does add the label but clicking on the label does nothing.
What am I doing wrong?
Posted about 1 month ago
A listener needs to be added.. refer to this: http://www.flashden.net/forums/thread/combobox-onclick-event/3739
Posted about 1 month ago