Hi, Usually in Flash, if you put a button over another button or clip, it blocks mouse input from reaching the lower object. I have put a large button over the...
I'm using Double Click as my ad server and everything is working well. However, I was wondering if there is a way to get the ad information during adProgress...
Hi, The documentation for 'loadTitleById' says, 'Title must be already have its video DTO loaded into the player'. How do I load a title's DTO into the player?...
The title may well be loaded already, so try a getTitleById() first, and if that is undefined do a fetchTitleById(). As part of the fetching you would set up a...
If you've got a custom player, or you're at least handling the ads in a manual way, then you can manually send tracking events for the middle and end of the...
I'm not sure, but it may not be using rollOver and rollOut events, but instead getting mouse coordinates. That would at least explain why the thumbs are still...
Using the MRSS feeds you can create custom badges to do whatever kind of special functionality that you want. However, what do you mean by "rather than a...
Yes, there's an onEnterFrame handler on the grid/thumbnail objects that checks for mouse position in order to perform the rollover/rollout animations. I'm not...
My client wants to embed a single video player on separate pages. So potentially, there could be over 150 individual players, each playing a different title. ...
Okay - I think I'm on the right page now. Creating that many players is going to be hellish to manage. The better method would be to use just one single title...
You can't get the ad information with an ad method like that. Also, you wouldn't get it during those events. Events that are fired from the player are just...
Thank you for taking the time to answer my questions. I'm having a terribly difficult time getting answers, so I really appreciate your effort. I looked at...
Hi, Is there a detailed version number of the player (possibly undocumented) that can be read to determine if the player has been modified? Cheers, W....
We're currently serving our video ads from a non-flash server, and are trying to switch over to a flash server. Does Brightcove accept video from RTMP URLs? ...
Hi Davin, I see what you mean with the search functionality not supporting pay media titles. I took a quick look through the sample search API code and it...
You can still use that workaround with single title players - it just so happens that this particular example used a mutli-lineup player. If you did it with a...
I'm trying to make my own midTrackingURL and endTrackingURL calls using doubleclick since the play doesn't support it yet but I have no clue what these values...
... If you are not using Brightcove's DFP instance, then the values will mean very little to your instance and you don't need to include them. They are simply...
This is less a Brightcove question and more a jscript question...I am printing the tags to the page and am able to get the tags just fine via this method: ...
I have a compactTab2.0 player embedded into a flash movie that takes up 100% of someone's browser window. Inside our SWF we have a background image that fills...
I know that the midTracking and endTracking will automatically be called within player in a future release but the question is how soon? We're deciding on...
The player automatically takes care of this now. The only issue is when you're passing in the values manually if you're handling the ads manually. If you're...
I had an epiphany this morning about how this would. Okay - lets say you have several different sections of the site. One is going to be "news" and another...
oO sweet. So as long as the midTrackingURLs and endTrackingURLs are there, then the player should know how to handle this right? ... can do ... the ad ... send...
Yep - if you're just allowing the player to receive the ad and do everything on it's own, you should be all set. If you're using externalAds to hijack the ad...