Search  
Search Options

COMBOBOX!!!!!!

HomeForumsFlash DiscussionCombobox!!!!!!
16324 kentpletcher
59 posts

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
30930 fisch79
431 posts
Exclusive author Referred at least one person Sold between 1 000 and 5 000 dollars

A listener needs to be added.. refer to this: http://www.flashden.net/forums/thread/combobox-onclick-event/3739

Posted about 1 month ago
16324 kentpletcher
59 posts

fisch79—Thanks, got it!

:-)

Posted about 1 month ago