
MP3 stream served by Shoutcast
Hello,
I am trying to use JW Media Player to play an MP3 stream served on demand by Shoutcast. The stream is available at: http://winamp.streamnow.nl:8006/content/Linards1.pls
I can listen to it with VLC but with JW Meida Player it simply won't load, the code being:
bc.. <!-- Flash Player detection and embed -->
<script type="text/javascript" src="js/swfobject.js"></script>
<p id="player"><a href="http://www.macromedia.com/go/getflashplayer">Get Flash</a> to see this player.</p>
<script type="text/javascript">
var so = new SWFObject('flash/jw_media_player/mediaplayer.swf','mpl','175','88','8'); so.addVariable("file","http://winamp.streamnow.nl:8006/content/Linards1.pls");
so.addVariable("displayheight","0");
so.addVariable("height","88");
so.addVariable("displaywidth","175");
so.addVariable("width","175");
so.addVariable("shownavigation","true");
so.addVariable("backcolor","0x000000");
so.addVariable("frontcolor","0xFFFFFF");
so.addVariable("lightcolor","0xFF7FCF");
so.addVariable("autoscroll","false");
so.addVariable("showdigits","total");
so.addVariable("showeq","false");
so.addVariable("showvolume","true");
so.addVariable("thumbsinplaylist","false");
so.addVariable("autostart","false");
so.addVariable("bufferlength","3");
so.addVariable("repeat","false");
so.addVariable("shuffle","true");
so.addVariable("volume","80");
so.addVariable("enablejs","true");
so.addVariable("javascriptid","mpl");
so.addVariable("linkfromdisplay","false");
so.addVariable("useaudio","true");
so.addVariable("usecaptions","true");
so.addVariable("usefullscreen","true");;
so.addVariable("usekeys","true");
so.write('player');
</script>