Hi, I was in the process of compacting the BC JS, and I am wondering why the config vars are setup as an associative array, and not an object? I am no JS pro,...
An associative array in JavaScript is just an object in JSON format. When assigning values to an object, there are a few ways of doing it: config["videoId"] =...
Is this a good place for feature requests? :) I know I could modify a player to do this for me, but... I think a publish date would be a great addition to the ...
i have spent so much money on development time.....your api sucks ... ____________________________________________________________________________________ Be a...
Hi there I am trying to connect a requested and loaded Title ID in the Brightcove player (standard player template) to an external clip-rating and comments...
I might be confused about how you're getting these other titles loaded into the player. When a user clicks on (supposedly a thumbnail or link of some kind), ...
Thanks for getting back. Just to confirm that we are using one of the standard templates (thumbnail 2.0) - we're not creating our own line- up of thumbnails /...
Oh, okay. Gotcha. Not a problem, we'll just need to do this a bit differently. For clarity's sake, I'll explain why it doesn't work right now. Since it's in a...
This is great, many thanks for your assistance. The js alert is now appearing on on each title so we should be good to go. Just one thing, we have bumper...
Hi! I'm trying use the javascript API to switch a player within a page. Just for testing purposes, I have a link like this: <a href="/" title="Switch player"...
A couple things to make sure: 1. You're not calling loadPlayer until after the player has loaded (after onTemplateLoaded is called) 2. The API is enabled for...
Hi there, How do I load a lineup into a player? So I press a custom button and the lineup appears in the same way that it does if I click on the name of a line...
There's really no way to load an entire lineup into a template player. I think the APIs were originally intended with the "custom experience" in mind. So, if...
Is there anyway of getting an RSS feed for a Consumer Media Campaign? Since you don't have a server-side API I need to be able to connect to an XML feed to...
RSS feeds currently are generated at the player level, so you need to pipe consumer submissions into a player to get a feed for them. You can do this by...
When a new user signs up through the Consumer Media application, and uploads a video, they receive an email with a link to their new video on brightcove.tv, of...
I have developed a Drupal module at http://drupal.org/project/emfield that will allow users to post a video URL or embed code from one of many supported...
I am searching for a freelance developer to help customize a Brightcove player on our site (www.sorpresatv.com). It should be a simple job...we're interested...
does anyone have an example of setting a listener for cue points and a function that fires as each cue point occurs - using the javascript api? note: the cue...
I successfully have the player playing a 3rd party video ad via the onAdLoaded (XML) method as documented: function createAd(pLoadVars:LoadVars):Void { var...
Hello, I have been trying to come up with a way to track the conversion rate of people who view a video on a product and buy that product. I found on the site...
Hello Can someone tell me what exactly a catalog is? Also please tell me how do i define a catalog? I am trying to use the fetchCatalog() brightcove javascript...
... Catalogs and categories only relate to the unbranded category template I believe. The get the catalog id you would use bcPlayer.getCatalogIds(), which you...