Caught this in the news, an important step towards levelling the field. http://www.iab.net/vast http://www.iab.net/media/file/VAST-1_8_pub_comment_FINAL.pdf ...
Brightcove is well aware and had been involved in the development of this spec from the beginning. Support is on the roadmap, but I do not have any definite...
Hi, I know this has been brought up multiple times over the past few months but I'm going to ask yet again. Is there anyway to pull an xml feed for all videos...
Anyone knows if brightcove is going to be making any changes to their API in the next release. I heard that entire player code is changing to AS3. I want to...
Hey everybody, Is there a way to use the API to dynamically place the logo overlay image globally across all player on your site or are you limited to ...
It's not that the player code is changing, just that there's another, newer version should you choose to switch. What you have now is likely written with the...
Need to revise my previous post... We'd like to be able to set logo overlays based upon either lineup or player level, NOT globally (as we can with the...
Not currently, no. The only way to accomplish this right now is to use the AS embed code and in your SWF wrapper overlay your own image based on the lineup. ...
Any recommendations on speeding up the adding of multiple URLs within the player syndication request process, rather than having to add domains one at a time?...
Hi all, I have spent far too many hours trying to put together an asynchronous test case together for one of the new AS3 Brightcove 3 players. Using AddAsync,...
Hey everybody, Playing around with cuepoints for the first time and had a quick question... I used the object code posted by Rafi in a post from a few months...
In the advertising tab for that player, have you enabled post-roll ads? There's a checkbox that you'll need to check off so that the player will make post-roll...
There's actually no option for post-roll in the player settings -- just a checkbox for whether or not you want an ad to play when the player is loaded. -Peter...
We experienced a similar issue here yesterday on our Windows XP box -- we'd restart IE 6 and the video would play fine for a few titles but as we navigated to...
Hi, Does anyone know of an event that I can call once buffering completes? I have a preloader that starts on the 'buffering' event but need it to stop whenever...
Hey all - back again... We want to run a short bumper (player level) promoting one of our TV shows. I added a listener and used the following function with...
You need to first select if you want a time-based or title-based policy. That will open up the options to enable ads at the pre, mid and post specific cue...
We hit an interesting issue yesterday. We were replacing the logo graphic in a template, triggered by the ontemplateloaded. It turns out though that...
hi, if we have a player frame size of 430 x 320 (4x3) - what do we encode our video frame size to? there will be lots of 16x9 content as well. do we set the bc...
... 320x240 is a common, and good size for, NTSC video in particular. But these days it looks a little small on many monitors, hence YouTube having a view size...
cheers colin. follow on question. If you encode to: 16x9 = 480x270 4x3 = 480 x 360. what size of player would you get? 480x360? and do you stipulate that when...
I believe that templates that have the space to do it will play 16:9 at 16:9 when showing a large view, and 4:3 letterboxed when showing a small view. If you...
I have a design for a player in Photoshop and need someone who knows BC3, AS3 and Flash to create it for me. Please contact me offline at this email address:...
Hey guys, I have added a .swf to a player via loadImage and getting the .swf to talk to the player via javascript is relatively simple. What I'd LIKE to do,...
You could also do work like this on templateReady or contentLoad, which happens later... ... graphic in a template, ... ontemplateloaded can happen ... loaded...