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...
2618
talksrealfast
Nov 1, 2007 5:26 pm
Try using the stopVideo() method right before you remove the movieclip to get everything to stop playing back....
2619
producevideo
Nov 1, 2007 7:02 pm
I want to know how to auto start the 2.0 compact player titles. I have it embedded in my web page....
2620
waleed anbar
waleedhanbar
Nov 1, 2007 9:53 pm
Set config[autoStart] = true in the publishing code?...
2621
n64man120
Nov 2, 2007 12:33 am
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...
2622
huntrkillr03
Nov 2, 2007 12:50 am
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...
2623
ILAN EPSTEIN
all2ez81
Nov 2, 2007 1:01 am
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...
2624
waleed anbar
waleedhanbar
Nov 2, 2007 1:06 am
Customizing players doesn't start with the SWF files, it starts with the publishing code (either ActionScript or JavaScript). When you place the publishing...
2625
iLan
all2ez81
Nov 2, 2007 1:13 am
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...
2626
waleed anbar
waleedhanbar
Nov 2, 2007 2:16 am
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...
2627
iLan
all2ez81
Nov 2, 2007 6:35 am
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...
2628
Frank Ladd
sigmundsquirrel
Nov 2, 2007 5:33 pm
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...
2629
Colin Holgate
colinholgate
Nov 2, 2007 5:59 pm
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: ...
2630
waleed anbar
waleedhanbar
Nov 2, 2007 6:32 pm
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...
2631
waleed anbar
waleedhanbar
Nov 2, 2007 6:39 pm
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...
2632
waleed anbar
waleedhanbar
Nov 2, 2007 6:43 pm
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...
2633
Colin Holgate
colinholgate
Nov 2, 2007 6:56 pm
... 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...
2634
Colin Holgate
colinholgate
Nov 2, 2007 10:16 pm
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...
2636
n64man120
Nov 3, 2007 10:45 pm
Would the syntax your describing look like this: http://link.brightcove.com/services/link/bcpid1155316212?action=mrss&lineupid=458993623 I tried loading that...
2637
ahgray2001
Nov 4, 2007 1:46 am
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...
2638
waleed anbar
waleedhanbar
Nov 5, 2007 6:57 am
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...
2639
waleed anbar
waleedhanbar
Nov 5, 2007 7:01 am
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...
2640
wapachoc2
Nov 5, 2007 10:10 am
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...
2641
wapachoc2
Nov 5, 2007 10:19 am
I've been bringing this up for quite some time. http://tech.groups.yahoo.com/group/brightcove-dev/message/2258 I'm just using 'purgeAll39;. ... caching ... ...
2642
ahgray2001
Nov 5, 2007 12:11 pm
Thanks very much. That sounds like what I was really trying to do. I'll let you know how it works. Thanks, Hardin...
2643
wapachoc2
Nov 5, 2007 5:09 pm
Hi there, I'm trying to track advert plays using Omniture. How do I identify the advert playing? The player's 'adStart39; event only appears to specify the type,...
2644
Waleed Anbar
waleedhanbar
Nov 5, 2007 5:13 pm
Typically the adserver handles the tracking of ads, since it also handles the management and delivery and their are stringent requirements around the...
2645
ave8879
Nov 5, 2007 9:27 pm
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...
2646
ave8879
Nov 5, 2007 9:35 pm
... goes ... Thought it might help if I put up my example so you can see what I'm talking about "hover over progress bar" ...
2647
Colin Holgate
colinholgate
Nov 5, 2007 9:42 pm
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...