View Single Post
  #1  
Old 11-10-2016, 04:50 PM
lunix lunix is offline
Junior Member
 
Join Date: Oct 2015
Posts: 3
lunix is on a distinguished road
Default

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>
Reply With Quote