 can you help me for this code stream
this code not work in domine but is work in pc + mozila but in hosting and domine not work
<script type="text/javascript">
/**
* this function embed new player
*/
function embedPlayer(rtmp,streamname, v_width,v_height)
{
//write into player div
document.getElementById("player").innerHTML = '<ifr'+'ame width='+ v_width +' height='+ v_height +' scrolling=no frameborder=0 scrolling=no allowtransparency=true src=http://'+rtmp+'/player.php?ch='+streamname+' ></ifr'+'ame>';
}
</script>
<div id="player"></div>
<script>embedPlayer('80.82.78.13','stream4', '700','440');</script>
</html>
|