Ich habe dir da mal den Sender "Sunshine Live"
als Internetradio rausgesucht. Mit dem u.g. Code fügst du das Radioprgramm in deine HP ein. Die Feinarbeit überlass ich dir... Experimentiere etwas damit rum:
{script language="JavaScript"}
function errorhandler()
{
return true;
}
window.onerror=errorhandler;
var myAdID = 0;
if( parent.banner.AdID ) myAdID = parent.banner.AdID;
{/script}
{body leftmargin=0 topmargin=0 onLoad="setVolume(50);"}
{script language="JavaScript"}
document.writeln("{OBJECT classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA height=\"20\" id=MediaPlayer width=\"220\"}" );
document.writeln("{PARAM NAME=\"AUTOSTART\" VALUE=\"true\"}" );
document.writeln("{PARAM NAME=\"SRC\" VALUE=\"
http://lsd.newmedia.tiscali-business.com/bb/redirect.lsc?adid="+myAdID+"&content=live&media=rm&stream=sunshinelive/livestream.rm\"}" );
document.writeln("{PARAM NAME=\"CONTROLS\" VALUE=\"StatusField\"}" );
document.writeln("{EMBED SRC=\"
http://lsd.newmedia.tiscali-business.com/bb/redirect.lsc?adid="+myAdID+"&content=live&media=rm&stream=sunshinelive/livestream.rm\" name=\"MediaPlayer\" type=\"audio/x-pn-realaudio-plugin\" transparentAtStart=\"0\" autostart=\"true\" animationAtStart=\"0\" Controls=\"StatusField\" autoSize=\"true\" displaySize=\"0\" HEIGHT=\"20\" WIDTH=\"220\"}{\/EMBED}{\/OBJECT}" );
{/script}
Gruß
Michael
PS: Die geschweiften Klammern { und } müssen jeweil durch spitze Klammern ersetzt werden