Hey, I was wondering the same thing, although preferably via the JS API. It would be easier to integrate with PHP. Id like to be able to see if a video...
Hi there, Eric here from Brightcove. We're looking for some additional firepower on our Pro Services team internally for custom Omniture integrations. If you...
I am trying to add controls on Brightcove video with JAVASCRIPT API. I got demo code from Brightcove site & tried to run. But I am not able to run the code...
Have you checked that your player is API enabled in the console? ... message ... on ... later ... correctly ... it ... title_id); ... title_id); ... ...
Due to size consideration, I have to use the Single Player 2.0 for my build. Problem is, I occationally need to load additional videos linked from thumbnails...
Hi I was wondering if anyone could tell me if they have used cuepoints with version 3. I cannot find any reference to them in the new API documentation (or in...
Cuepoints are supported on the backend for videos, but there is not yet a UI to set them in the new management modules. This is on the backlog. You can set...
I am trying to embed a BC player on a page, but when the page loads in select Internet Explorer browsers, the error appears saying "'Undefined' is null or not...
Hello Everyone - I'm sorry to be writing about a possible browser issue, but since it involves Brightcove development, I was curious to find out if anyone else...
hi- i'm using a thickbox window that pops up over the video player. i added config['wmode'] = 'transparent' and it works fine on pc browsers. but, when in a...
Is there a way to retrieve the cue points for a clip if you know the Clip's id? Here's the broader question: We want to show mid-roll ads. If a user scrubs...
I'm working on a player that will show video, closed captions and slides (different set of cue points) all synched to the brightcove video player. I'm using...
I see what you're saying with defining them as separate and then defining it in the evt.parameters.cuePoint.type. That works great! Is there an easy way to...
... That's entirely down to you. You can use if statements or switch statements, and send the English captions to a movieclip thatshows those, and the French...
That makes sense. If I have one video. I want to show the closed caption for that video. I also want to show text "slides" over to the right, also synchronized...
... There should only be one script. The cuepoints can store both the subtitle and text slides information. You could set the type to "cc" for items that are...
I think I'm getting it. Thank you for helping me through this, I really appreciate it! You don't double up the script you just modify the parts to listen and ...
Thanks a lot for the reply, very helpful. i see in another thread you mention that you use: AS3: player.getModule("cuePoints").getCuePoints(videoID); Sorry if...
Hi My AS3 movie works fine when I preview in flash. When i publish in HTML the movie loader appears for a second then the whole thing disappears I guess it's...
Scratch that! Fixed it (it's in the docs after all) For fellow noobs, do this: 1. Add 'config["flashId"] = "MyPlayer";' to the AS3 2. Change all ids/names in...
It's # 3 that's necessary. For AS3, you do not have to worry about what you name the embedded Flash object and passing that to the player, as was necessary in...
https://help.brightcove.com/developer/docs/playerapi/player-API.cfm I notice that this hasn't been updated with the cue points documentation. That means that...