View Single Post
  #7  
Old 02-04-2010, 03:31 AM
kvsude kvsude is offline
Junior Member
 
Join Date: Feb 2010
Posts: 7
kvsude is on a distinguished road
Default

Re: Shoutcast stream stops in web browser


<script type='text/javascript' src='mediaplayer-viral/swfobject.js'></script>

<div id='mediaspace'>This text will be replaced</div>
Hi,

I used to embedded the JW player by following code . But the result is same. Its works fine in all linux system. But its stops afte 1.20minuts latr in some windows (OS) System. Note that the server is hosted on Linux. please Guide Me

<script type='text/javascript'>
var so = new SWFObject('mediaplayer-viral/player.swf','ply','470','24','9','#ffffff');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://marconimalayalam.com:8000/;stream.mp3');
so.addVariable('bufferlength','20');
so.addVariable('duration','1000');
so.write('mediaspace');
</script>
Reply With Quote