Sample Brightcove One Clip Players

Expired Tired Wired

Killer cough syrup Killer cat food Killer toothpaste

Hunt Breed Clone

Monocrystalline silicon Thin-film amorphous silicon Surface plasmon

Stealth Scramjet Morphing wings

 

–>

One Clip for Website — from BC 3 console Used for single clips not associated with other video content. May appear on: wired.com articles, wired.com/reviews, blog.wired.com blog posts, howto.wired.com, www.webmonkey.com.

BC 3 console players: * do not use the ‘portal player’ – built for the library. * do not use ’embed’ – for outside users. * only use ‘One Clip’ – looks good, but only works for single standalone clips.

–>


ie test – one clip – blog code – works on all browsers



one clip – website code – doesn’t work on ie 6 pc



Widescreen with Horizontal List 3.0 (650×630 — from BC 3 Console Doesn’t load on ie 6 pc Used for playlists. May appear on: wired.com articles, wired.com/reviews, blog.wired.com blog posts, howto.wired.com, www.webmonkey.com.


Widescreen with Horizontal List 3.0 – website code – doesn’t work on ie 6 pc



Widescreen with Horizontal List 3.0 – blog/embed code – works on ie6



Compact Minimizing with List 2.0 (300px wide) — from BC 2 Console Used for playlists (using Gadget Lab as an example). May appear on: wired.com homepage xrail, blog.wired.com xrails. Since this will appear on the homepage xrail – we may not want to display ads with this player.

// By use of this code snippet, I agree to the Brightcove Publisher T and C // found at http://corp.brightcove.com/legal/terms_publisher.cfm. var config = new Array(); /* * feel free to edit these configurations * to modify the player experience / config[“videoId”] = null; //the default video loaded into the player config[“videoRef”] = null; //the default video loaded into the player by ref id specified in console config[“lineupId”] = null; //the default lineup loaded into the player config[“playerTag”] = null; //player tag used for identifying this page in brightcove reporting config[“autoStart”] = false; //tells the player to start playing video on load config[“preloadBackColor”] = “#FFFFFF”; //background color while loading the player / do not edit these config items */ config[“playerId”] = 1873832638; config[“width”] = 300; config[“height”] = 361; createExperience(config, 8);


Minimizing with List 2.0 (520px wide) — from BC 2 Console Used for playlists. May appear on: wired.com articles, wired.com/reviews, blog.wired.com blog posts, howto.wired.com, www.webmonkey.com.

// By use of this code snippet, I agree to the Brightcove Publisher T and C // found at http://corp.brightcove.com/legal/terms_publisher.cfm. var config = new Array(); /* * feel free to edit these configurations * to modify the player experience / config[“videoId”] = null; //the default video loaded into the player config[“videoRef”] = null; //the default video loaded into the player by ref id specified in console config[“lineupId”] = null; //the default lineup loaded into the player config[“playerTag”] = null; //player tag used for identifying this page in brightcove reporting config[“autoStart”] = false; //tells the player to start playing video on load config[“preloadBackColor”] = “#FFFFFF”; //background color while loading the player / do not edit these config items */ config[“playerId”] = 1885429929; config[“width”] = 520; config[“height”] = 587; createExperience(config, 8);