comboBox Component Help Needed

I’m having trouble with the comboBox component. All I need it to do is load in swfs. I’ve added labels and data for the labels. The data I’ve added is simply the name of the swf, eg example.swf This is according to a tutorial on the Macromedia help section. I’ve added the instance name comboBox.

I’ve also added actions in a layer on the timeline:

function change(evt){
trace(evt.target.selectedItem.label);
}
comboBox.addEventListener(“change”, this);

It doest seem to work. Can anyone suggest a reason why it might not?

Many thanks! :block:

Fox