Just wanted to get some opinions to help a rookie. I feel pretty good about Brightcove overall but pretty green as a developer- really green. What are the two...
I'm going to re-ask this question because although the answers I've gotten previously have been helpful they haven't answered the question: In the simple...
Scott, My advice is to spend a lot of time going through the tutorials on studio.brightcove.com and when you run into problems search on this board, most of...
You should wait for the contentLoad event instead. Since you're checking when the template itself has loaded, there's no content in the template yet. Set up an...
I would recommend starting using the Actionscript API. The players are built in Actionscript, so it's more native to that language. Then, later on, it will be...
I'm guessing this is a long-shot, but is their a way to customize the registration e-mail sent to users who register through a consumer media campaign on our...
Hello, I have been looking arounbd a bit on th eforums and have not been able to find an answer to my q there. I have a player with one lineup and would like...
Hi there Damien, This should get you going: http://tech.groups.yahoo.com/group/brightcove-dev/message/1317 You can also run a search for getLink on this forum ...
Hi I'm having problems with a Brightcove player in Safari on the mac. We have a player with a number of links under it to other videos. The player loads a...
The lineup id comes from the titleDTO. If you're in a lineup (we'll say it's id is 123456), and you're watching a video, then currently, that titleDTOs...
in flash I'm looking for a way to pause/stop a player when a user clicks and opens new flash page. We end up with multiple players running and the multiple...
Thanks for the response. Frankly, the title DTO is inconsistent, it even says so in the documentation. I am currently using title DTO currently and getting no...
Hello again... In the settings of a player there is the "Continue to next video automatically" - when i override autostart = true, it does not continue to the...
I solved the drill down into the player by using a hack... basically I set autoStart to false, then I added a listener for content loaded and when the content...
First, check to see if config["continuousPlay"] is set to true. If not, go ahead and set it to true. Also, is this a Single Title Player or an Embedded Player?...
Thanks for the tip. The issue is this: - I create a player via the BrightCove Admin using the thumbnail player - I add more than 1 line up - Set the Play the...
I'm looking for an efficient way to spot changes in DTOs. Right now my best idea is generating an XML string out of the DTO (i.e. serialising it) and doing a...
I'm not sure how many DTOs you need, but you might be able to get away with using the MRSS feed and parsing through that instead of retrieving each titleDTO by...
I only really want to fetch the TitleDTOs that have changed since I last checked. In an ideal world, I'd be able to spot changed TitleDTOs in the LineupDTO. ...
I just uploaded this player - the only thing I did was add the config["continuousPlay"] = true; line. It's working for me (you can check out the Honda Element...
I've got a BC player in my flash and it's loading, and when I publish it it loads the correct lineup and loads the first video. This is the code that I have at...
Flash flip book "flipping book" premium 1.8.8 isn't playing so nice with BrightCove players. I have the typical setup, xml loaded SWF files, which contain ...