I am intercepting the flow of a playlist player and performing some logic to determine whether or not to show the requested clip or show something else first -...
I am traveling to Houston for WINDPOWER 2008 from Sunday June 1 through Wednesday June 4. I will reply to your message as soon I can when I return. Thank you....
Hi, I am trying to authenticate a user using my token and his credentials on brightcove Media API. How can I do it? I see only read and write methods, no...
How do you loop the lineup in a Single Title Player? I have successfully setup the player so it will play the entire lineup but it stops at the end of the...
Depending on how you have your code set up, you could just check to see when the video finishes, if it's on the last video you can just start over. Can you...
So far, I've only seen APIs for interacting with the player once it has loaded. Does Brightcove expose a REST api or a set of web services that can be...
Hi I have a issue with this function, sometimes work, and others not, this behavior its noticed primary on firefox web browser. Let me give you a brief...
Here you go. Just modify the onMediaComplete function to look like this: function onMediaComplete() { if(!titleIds) //if titleIds is null, meaning the ...
There is a REST API available. It's currently in private beta but it works really well. You might need to talk to your sales lead or account manager or...
I've checked out the other posts on the subject. There haven't been any in a while. I have an AS3 swf with multiple MCs set up in basically a cube. Each MC...
... The problem with this approach is that it makes development inefficient. Working in the IDE with breakpoint debugging is preferable. Also, it does work...
There are a lot of unknowns here. First of all, you don't need to enable the ad format "0" - that and format 1 are enabled by default on all players. Unless...
Hi Let start knowing the unknown: First I know there is not necessary to enable the ad format 0, but doesn't hurt, just to make sure that things are going as I...
Hello – I am a Chicago based consultant working with a client that plans to re- launch their video content site integrating the Brightcove player. We are...
I'm getting the following error when uploading through batch; The following error prevented the processing of asset '1_47843_105_video.flv': The hash computed...
I don't think you have any issues with the file name, but rather with the MD5 hash for it instead. Make sure you're getting an MD5 hash for the file itself,...
The Callback entity-url is defined for batch provisioning but it is not executing. <callback entity-url="http://example.com/batch-callback.php"/> I get...
Hi, I'm having trouble clearing all cuePoints from a title after adding a bunch via ActionScript. There seems to be no call for this that actually works. I've...
Hi, I would like to initiate a http call when the ad video has completed playing 25%. I am trying to do it using trackPointTime bye seeting it to 4 seconds but...
I'm a BC noob so please forgive me if this is a stupid question but, I can't get the getPlayerLineups function to return any data even though disabled the...
I think everyone gets themselves on this when they first start. Short story is you can't interact with the player in the onTemplateLoaded function. You'd have...