Just had a client switch over to streaming video from progressive, and now the Brightcove "loading video" message is coming up before each video plays. It is...
Is this a template player, or an embedded player (ie no chrome)? My understanding is that you would see the loading bar just above the nav at the bottom of the...
It is an embedded player, uses the template embedded 1.0. I do not want to put a dev link on a message board, but it is the player at http://ngcwild.com/...
There are a couple of ways to do this. One, is to create an embedded player and just make everything yourself and position everything as you wish. Two, is to...
... About the first suggestion, it may be worth mentioning that it could be an enormous amount of work to reproduce just some of the tabbed player's features,...
It would seem to me that a search box should be a default piece of some players. I'd be curious to know why brightcove hasn't incorporated a search into a few...
That's a very good point, and we're talking seriously about it internally. The main reason that convinced me is that search is deceptively complex, and every...
... I wonder if you could tie search in with the general idea of run time lineups? At run time the template user could define a new lineup, using the style of...
hello i set a reference id for a specific lineup. when i try load this lineup through javascript using the "lineupId" config with the value of the lineup's id,...
I have a custom player using a template with no controls. After the video has completed and I replay it, the progress event stops firing. I noticed in the core...
I'm not sure if there's any good way to "catch" the ad call going out. If you set overrideAds to true, you can create the ad call yourself, and at that point...
http://saluteyourshorts.net/brightcove/sandbox/Dev%20Forums/lineup_ref_01.html Check that out. I'm using the JS snippet so you can see the code on the page. I...
I tested this and saw the exact same behavior in case anyone was wondering. Sorry that doesn't really help you Kenny, but just in case anyone doubted you......
Hi im setting up an online Tv station. Im trying to get up to speed with Flash but it's taking me ages! Is there anyone here based in the UK that maybe I could...
Is there a way to find out the duration of an external ad? The playlist list entry doesn't contain a duration and I'm pretty sure one can't be passed...
I'm not sure what you mean by the "playlist entry" containing the duration. When the ad comes back, the root node of the XML contains an attribute with the...
Yeah, you got my question correct pretty much. It's an different ad server other than DFP and xml returned contains no ad duration (note: this is not the XML...
Ah, okay. There's got to be some way to get the duration based on the file size downloaded or something, but as far as I can tell, all of the easy ways of...
Yes, one of the reasons we require the duration in the XML ourselves is because there is no good way of getting that data at runtime. FLVs *can* have metadata...
I work for a company that builds games(for kids) as well as produces a lot of videos within games and within video players for the web. I was wondering if the...
If you have a Platform account you can get your hands on the embedded template, which is a very stripped down version - basically just a video window with the...
In the documentation it says externalAds will be triggered if "an unknown ad format has been returned from the ad server and the developer has configured the...
If any XML comes back that the player doesn't natively understand, it will be considered unknown. By default, the players will accept certain XML formats from...
I am currently building a custom player for a client that is subscribed to your service. when i make the call showBrightcoveMenuPage() i get the correct menu...
Hi, Im calling showBrightcoveMenuPage() to bring up the MAIL, LINK etc via some custom buttons. I have created my own custom overlay menu which I switch off...
Hmmm... If I enable overideAds as well, I assume I can parse the XML to look for a specific item. If I don't find it, can I return the XML to be process by...
Sorry for the vagueness. I'm working with a clients brightcove player and I actually don't have the access to DFP. My previous question could be pointless if...