I've notice that when I hit reload my browser, only setInterface fires, but no other events. With the cache cleared, the following events get fired in my...
There is a change, due to the caching of the SWFs, that setInterface() will get called in your SWFs after the player has already fired its templateReady event....
We have build an AdSwf to render overlay ads. These ads should be shown on top of the video area, above the player controls. We need to use the BC API to...
I could be wrong, but I though the ad api gave you access to the screen width/height of the video. That would serve you better than the width/height of the...
Hi, Can we load custom flash component when video finishes playing in brightcove player? We need to play custom flash in player after video finishes playing. ...
Todd, Thanks for the info on the controls. To be more specific, I'm looking for the distance between the bottom of the player object and the top of the...
You can also use the video player module's getX() and getY() to get the video player coordinates. Is that what you are asking? Crystal Crystal West |...
Crystal, Using getHeight, getDisplayHeight and getY does what I need, but I'm OCCASSIONALLY seeing where getDisplayHeight > getHeight. This is forcing me to...
Yes, I think one case where getDisplayHeight could be greater than getHeight is when the player is in full screen mode. Do you know what the circumstances are...
Hello... I am trying to use a 3rd party ad server to run ads in my BC video player. I have had the ad translator field added to my account. I have also created...
... For debugging you need somethin like httpWatch or httpFox, it allows you to see what's being called from the page and is invaluable when you're doing this...
I need to make a minimising player like we had in BC2 - is there a way to make a template that will zoom the video within the player to fill the player,...
Hello All, Firstly...thanks Sean for your advice. It turns out that the problem I was having is that both our server and the 3rd party ad provider did not have...
BEML does not currently support the mechanisms to recreate the BC2 minimizing player yet, though state management for different views is something we will be...
Hi, After reloading the player in the browser, is it possible to get obtain the video id? It seems that no events fire after hitting reload due to caching....
I was wrong, if _bcExperience.getReady() == true, then videoDTO is available. But are there really no events that get fired at all when the template is ready...
We did this by having a overlay on top of the brightcove player of the size (displayWidth * displayHeight) of the player. We add the overlay on video...
We did this by having a overlay on top of the brightcove player of the size (displayWidth * displayHeight) of the player. We add the overlay on video...
Hello, I'm working on a brightcove-related project that's in need of a contractor who can do a bit of custom development for us. Probably a week's worth of...
A few months ago, someone on here (I believe from Discovery), asked for a way to access all of the ad policy properties. We didn't have a method for this, and...
I'm not sure what the issue is here. Have you tried tracing out messages from the translator? If you Google on "flashlog.txt", you can find out how to trace...
In our latest release, there's a number of features that are relevant to developers. The Player SDK as SWC, new Advertising integrations, New BEML features,...
hey ya'll -- so I am using the XML as format to connect to a 3rd party adserver to display ads (preroll video and companion banners), and I'm having issues...
When I turn on "show debug information" in my player, under detected bandwidth it reads "not able to detect" and the rendition used is always the lowest. Does...
... party ... I'm ... banners. ... (_level0.clickthru, "_blank");}" ... + "</expandedBannerURL>"; ... Hello... I am also using ad translator, but to modify the...
I have not managed to get my flash logging to work, but I have tried a new test....I have pointed my player at one of the existing 3rd party ad translators...
Just to update...I have now got flash logging working... None of the trace code I have put into my swf seems to appear in the log. Only if I apply a trace to...
Are you using dynamic delivery (that is, having more than one FLV associated with a video)? We probably don't detect bandwidth when dynamic delivery isn't...
If you are making "trace()" statements, they will always appear in flashlog.txt. This is a general Flash player issue, and I'm guessing that something is...