how to watch

Embed TVUPlayer on your Website

 

It’s very easy to put up your channel anywhere on your own website, or to syndicate to any other number of websites! Go on, spread the word and give your viewers multiple places they can watch your channel.

Simply copy and paste the following sets of code to any place you want in your web page, and replace "channel_number", "screen_width" and "screen_height" with your desired settings.




Parameter Description Value
c Channel number integer
w Player screen width in pixels integer
h Player screen height in pixels integer
autoplay To have the channel automatically play when the page opens 1 - yes
0 - no
style Style of player UI '0' or '1'
(see screenshots below)

For example:

To automatically play Channel 1000 with the style 1 UI below and the screen set to 400px in width and 300px in height, the code would be:

<script type="text/javascript" src="http://dl.tvunetworks.com/webplayer/myTVU.js?c=1000&w=400&h=300&autoplay=1& style=1"></script>

Download and view a sample page here.

Style 0 screenshot

Style 1 screenshot