Channel/embed

From Justin.tv API Wiki

Revision as of 22:26, 9 November 2009 by Bob (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Get embed code for a channel.

Interface

URL: http://api.justin.tv/api/channel/embed/login
Formats: html
Methods: GET
Params: You can supply params volume, publisher_guard (for the default channel password to try), height, width, and watermark_position.

Examples

<object type="application/x-shockwave-flash" height="295" width="353" id="jtv_player_flash" 
data="http://www.justin.tv/widgets/jtv_player.swf?channel=justin" bgcolor="#000000">
<param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" />
<param name="movie" value="http://www.justin.tv/widgets/jtv_player.swf" />
<param name="flashvars" value="channel=justin&auto_play=false&start_volume=50&watermark_position=top_right" /></object>
Client Libraries