HOW JUMP TO A SCENE FROM A ComboBox?

Hi I have this question How JUMP TO A SCENE FROM A ComboBox?

I did this

function jumpToScene() {
if (_root.testBoxInst.getvALUE() != “”)
gotoAndPlay(_root.testBoxInst.getValue(), 1);
}

but it dosn’t work, please help me.