[plug] 94.5/92.9 online radio

garry garbuck at westnet.com.au
Thu Nov 25 13:38:37 WST 2004


I have received a note from Austereo letting me know they are now live.

Unfortunately, windows people are catered for..

Here is the js that plays the stream:

<script language="JavaScript">
   function loadRadio() {  
   var radioStation = "19128";
   var url = "http://203.41.81.190/ad.php?rsid="+radioStation;
   var w = screen.width; // Get the width of the screen
   var h = screen.height; // Get the height of the screen
   var resources = "dialogHeight: "+h+"px; dialogWidth: "+w+"px; dialogLeft: 0px; dialogTop: 0px; scroll: no; status: no; resizable: no; help: no; center: no;"
   var winRadio = window.showModalDialog( url, "", resources);
   }
</script>

It is called with:

<a href="javascript:loadRadio();"><img src="images/onair/listen.gif" width="160" height="36" border="0"></a>



Has anyone seen this method before? Can mplayer/realplayer/xmms play this somehow?


I have emailed them back, but I suspect they won't know how to get beyond the "winradio" bit.. 8^(==

Thanks in advance,

Garry




More information about the plug mailing list