# loadSound twist

**URL:** https://forum.kirupa.com/t/loadsound-twist/7126
**Category:** flash
**Created:** [October 24, 2002, 6:46am UTC](https://forum.kirupa.com/t/loadsound-twist/7126 "2002-10-24T06:46:42Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![waffe](https://avatars.discourse-cdn.com/v4/letter/w/c37758/32.png) [@waffe](https://forum.kirupa.com/u/waffe)
#### Post date: [October 24, 2002, 6:46am UTC](https://forum.kirupa.com/t/loadsound-twist/7126/1 "2002-10-24T06:46:42Z")

</div>

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:
