player api Syndicate content

Faking Mid-Point or Post-Video Bumpers

Robert Crooks's picture
Posted by Robert Crooks on October 6, 2011.
Tags: post-roll, player api, mid-roll, bumper

I've been asked many times if it is possible to make a bumper play in the middle or at the end of the main video, instead of the beginning. The short answer is "no" ... but using the Player API, you can produce a convincing imitation.

Share:

Roll Your Own Logo Overlay

Robert Crooks's picture
Posted by Robert Crooks on August 31, 2011.
Tags: player api, logo overlay, Customizing Players

Logo overlays can be added to individual videos, or you can add one for all your videos in your account settings, and then override the default one for individual videos. You can also create your own in BEML or using the Player API, however. The advantage of this is that you can then get programmatic control of the logo.

 

Share:

Making a Video Loop

Robert Crooks's picture
Posted by Robert Crooks on August 5, 2011.
Tags: replay, player api, loop, auto-replay

Want to make a video loop indefinitely?

Share:

Another Sponsorship Technique

Robert Crooks's picture
Posted by Robert Crooks on August 3, 2011.
Tags: sponsorship, professional, player api, express, enterprise, cue points
This is a follow-up to my previous blog post on sponsorship and promotions. Here I'll show an additional technique to display sponsor messages in overlays, rather than replacing the whole video player.
Share:

Another Way to Resize a Player

Robert Crooks's picture
Posted by Robert Crooks on June 10, 2011.
Tags: resize player, player api, Live Streaming, css, advertising

Here's another use case for resizing a player: you want as large a screen as possible for the video while it's playing, but you don't want to give up all that real estate on the page when a video isn't playing.

Share:

Player API Basics

Robert Crooks's picture
Posted by Robert Crooks on April 22, 2011.
Tags: player api

Here's a tip for using the Player API to get information about the current video.

Share:

Hide the Player if There Are No Videos

Robert Crooks's picture
Posted by Robert Crooks on February 18, 2011.
Tags: player api, css, load errors

What if someone deletes the wrong video, or forgets to add videos to a playlist, so the player on your home page has no content? You can handle this situation through the Brightcove Player API by listening for player load errors and taking programmatic action. You can see a sample page that demonstrates this -- in this case the player is simply hidden by changing CSS properties if it has no content. The works for both single video and playlist players. View the source code to see how it's done.

 

Share:

6 New Knowledge Base Articles Every Brightcove User Should Read

Shannon Sweetser's picture
Posted by Shannon Sweetser on August 23, 2010.
Tags: Smart Players, player api, MobileCompatibility, media api, HTML5, DFXP captions, Captions, brightcove 4.2

In coordination with our latest release, Brightcove 4.2, we have also published some new documentation in our knowledge base which helps our users get the learn and get the most out of Brightcove 4.2's new feature set.

Though many new and powerful features were included in the August 14th release, I've only highlighted a few new feature documents which are must-reads for every Brightcove customer. 

Share:

New Additional Media methods in the Player API

Grant Goodman's picture
Posted by Grant Goodman on December 18, 2009.
Tags: player api

Brightcove 3 players offer optional cross-promotion of related, newest and most viewed videos within the information screen. This screen can be displayed as an end-cap when a video completes. Now, you can dynamically and programmatically control what videos are surfaced in these lists. Check out this new help topic, which describes how to use the new Player API methods, released with Brightcove 3.2, that control which additional videos get displayed.

Share:

Sample Code: Persistent Audio Volume Settings

Grant Goodman's picture
Posted by Grant Goodman on June 30, 2009.
Tags: code, player api

A new article in the Brightcove Developer Center by Jesse Streb demonstrates a custom SWF component that a tracks when a user has changed the audio volume setting in a player and stores that volume setting in a Flash shared object, otherwise known as as Flash cookie. Using this custom SWF, the next time users load a player, the player uses the volume setting they chose previously. Read all about it.

Share:

New Article: Separate Content and Style with the Player APIs

Grant Goodman's picture
Posted by Grant Goodman on June 30, 2009.
Tags: player api, articles

Brian Franklin describes how you can use the Brightcove Player API to to dynamically set player styles with custom Brightcove CSS strings. This approach helps you keep your content and styling separate for easy maintainability and reuse. Read more...

Share:

Using getStage to Access Player Configuration Parameters

Grant Goodman's picture
Posted by Grant Goodman on April 17, 2009.
Tags: players, player api

The Player API's Experience Module has a new method named getStage() that returns a reference to the player's Stage. This opens up all kinds of possibilities. Chris DeGrace examines some of them, including how you can use getStage() to access the configuratiom parameters (like publisherID and @videoPlayer) in the player's publishing code. Read all about it.

Share:

JavaScript Player API example

Grant Goodman's picture
Posted by Grant Goodman on April 9, 2009.
Tags: player api, javascript

We have a new code sample and article that shows how to use the JavaScript Player API to create and remove a player in a page dynamically. Read more.

Share: