Forum Moderators: open
If another station is selected, then the old station will stop, and the new station starts automatically.
I have the two parts I need, (the selection menu, and the embeded file, but I don't know how to connect the two.)
Any help would be greatly appreciated. Thanks.
CODE:
<body OnLoad="document.radio.station.focus();">
<form name="radio">
<select name="station">
<option value="1.asx" selected="selected">Station 1</option>
<option value="2.asx">Station 2</option>
</form>
</select>
<embed src="1.asx" autostart="true"></embed>