To build on what Waleed mentioned, if you pass in a title ID dynamically into the config["videoId"] variable, it can work without having to worry about...
Basically what I'm trying to do is have an index page created outside of the Brightcove player, that lists titles in a certain lineup. For example, make a call...
I was wondering how you would go about splitting the RSS feed you receive from the players into multiple pages automatically. So say the RSS feed shows 100...
Hello there. Are there any posts on completely customizing the player? I would like to use my own player. I suppose the real question would be how to access...
Customizing players doesn't start with the SWF files, it starts with the publishing code (either ActionScript or JavaScript). When you place the publishing...
Well perhaps I should explain a bit better. What I'm trying to do is remove the menu bar from below the player and have it appear minimally on rollOver of the...
Are you on the platform account? If so, you can start with the "embedded" template which has no player control at all, just a playback window. You can email...
Ahhh thanks. I'll have to find out what kind of account I'm on. I didn't sign up for the service. I'm just the one who does the website for my client who...
This is my first Brightcove project and I'm using the chromeless 1.0 player to create a customized player. I'm not sure how to integrate my video control...
Can events be listened for when using normal templates? For example, if I'm using the single title player Actionscript publishing code in my own swf, should: ...
The RSS feed comes whole from the server, but you can parse it into an array and display only the first n items, or items n-m, etc. You can do the parsing in...
you can use the RSS feeds to give you metadata associated with players. you can also append lineupid=8283927450 as a query param on the rss url to get a...
Yes - all templates are programmed for these events... I would recommend the troubleshooting guide, but i think you know it by heart :-) ... if I'm using the...
... Didn't I write it? No, probably not. I'll check it out anyway, to see if my very simple test line (the one I posted) has a flaw in it. I did have the...
I made progress. The problem was that for a change I had the onTemplateLoad call a function that set up the listeners, instead of putting them in-line like I...
Would the syntax your describing look like this: http://link.brightcove.com/services/link/bcpid1155316212?action=mrss&lineupid=458993623 I tried loading that...
I'm trying to build a simple video player using Brightcove but am having a problem when loading new videos into the player. I've copied the source code from...
From what you describe, there may be better approaches to what you want to accomplish rather than removeMovieClip() and re-initing. One suggestion is to look...
Sorry, I was misleading. It would actually be like this: http://link.brightcove.com/services/link/bcpid1155316212/bclid458993623?action=rss Here's a thread on...
Hi there, If you take a look here - http://www.avenue11.com - you can see that there are three ways of starting a title. 1) Click on an item in a lineup...
I've been bringing this up for quite some time. http://tech.groups.yahoo.com/group/brightcove-dev/message/2258 I'm just using 'purgeAll'. ... caching ... ...
Hi there, I'm trying to track advert plays using Omniture. How do I identify the advert playing? The player's 'adStart' event only appears to specify the type,...
Typically the adserver handles the tracking of ads, since it also handles the management and delivery and their are stringent requirements around the...
Has anyone had issues loading the player into flex through the swfloader technique? Mine loads fine and I'm able to communicate to it through local connection...
I was asking about how to have a template go to the title selection state when I want it to. As luck would have it, I had an infinite number of monkeys on...