What I want to do is have an mp3 or another movie with a sound embed play when you select the song in the combobox. I am some what of a newbie and the only way I can get it to play is if I do a get url command which pops up another window which I don't want.
It is little bit messy task as the sounds are not much easy to handle but I have found the way once I tried to play them on click event of link.
here it is:
You need to load the sound as the page loads with the help of html <embed> tags but also should take care that the hidden property of embed tag should be set to true as it will avoid the browser to display the media player buttons on the page, also should set the property of autostart to false, I don't think I need to describe this.