keysersoze -> her nu lavet en player som du kan se på
www.radio-online.dk/ro_player.htm hvor der indtil videre er 2 billeder der fader.
Mit spørgsmål er nu om du eller andre ved hvordan linket skal skrives - så når man klikke på netradiolinket til radio2 så vil playeren skifte så den spille denne station i stedet. Se mere om det på linket oven over.
Ellers er radiokoden her hvis du eller andre vil kigge den efter evt. fejl :
<script language="Javascript">
document.write('<tr><td colspan="10">');
document.write('<OBJECT ID="player"');
document.write('WIDTH="450"');
document.write('HEIGHT="48"');
document.write('CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"');
document.write('CODEBASE="
http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"');
document.write('STANDBY="Loading Microsoft® Windows® Media Player components..."');
document.write('TYPE="application/x-oleobject">');
document.write('<PARAM NAME="FileName" VALUE="
http://dr.dk/netradio/boogie.asx">');
document.write('<PARAM NAME="ShowControls" VALUE="true">');
document.write('<PARAM NAME="Visible" VALUE="true">');
document.write('<PARAM NAME="AutoStart" VALUE="false>"');
document.write('<PARAM NAME="AnimationatStart" VALUE="false>"');
document.write('<PARAM NAME="SendPlayStateChangeEvents" VALUE="false">');
document.write('<PARAM NAME="SendOpenStateChangeEvents" VALUE="false">');
document.write('<PARAM NAME="SendWarningEvents" VALUE="false">');
document.write('<PARAM NAME="SendErrorEvents" VALUE="false">');
document.write('<PARAM NAME="TransparentAtStart" VALUE="true">');
document.write('<PARAM NAME="ShowStatusBar" VALUE="true">');
document.write('<PARAM NAME="ShowDisplay" VALUE="false">');
document.write('<PARAM NAME="EnableContextMenu" VALUE="false">');
document.write('<PARAM NAME="ClickToPlay" VALUE="false">');
document.write('<PARAM NAME="AllowScan" VALUE="false">');
</script>