loadSound twist

I would like to put getSelectedItem in place of the url.

onChange = function () { if (combobox.getValue() == “1”) {}};
screen.loadSound(“combobox.getSelectedItem().data;”, true);

I get an error that says;

Error opening URL “combobox.getSelectedItem().data;”

This tells me that the load command is not reading the
getSelectedItem().data command.

Any suggestions:smirk: