Currently i migrating one site with streaming for JOOMLA tecnologies and jw player module.
my streaming is:
www.fm5.com.br/playeremflash/mandaguari/playerflash.htm
I try to migrate to this service for the module...
the code is:
<body style="margin: 0; background-color: #000000">
<p class="style1"><script type='text/javascript' src='swfobject.js'></script>
<div id='mediaspace' class="style1">This text will be replaced</div>
<div class="style1">
<script type='text/javascript'>
var so = new SWFObject('player.swf','mpl','470','390','9');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','aovivo');
so.addVariable('streamer','rtmp://windows.fm5.com.br/mandaguari');
so.addVariable('autostart','true');
so.write('mediaspace');
</script> </div>
</p>
<p> </p>
<p>
</p>
</body>
help-me