Combo Box

I have just had a quick play around with the Flash Component Combo Box

Basically I want to use the combo box to jump between labels, I tried the following AS but no success:


function Jump() {
	gotoAndStop("comboBox.getSelectedItem().data");
}

Any ideas guys?

:tie: