Embed TVUPlayer on your Website
Simply copy and paste the following codes to any place you want in your web page, and replace "channel_number", "screen_width" and "screen_height" with your desired settings.
For example,
If you want to play Channel 1000 and set the webplayer screen to 400px in width and 300px in height, then it looks like:
<script type="text/javascript" src="http://dl.tvunetworks.com/webplayer/webplayer.js"></script>
<script type="text/javascript">
<!--
tvuplayerX(1000, 400, 300);
//-->
</script>
|