Search the web
Sign In
New User? Sign Up
brightcove-dev · NEW BC Forums: http://tinyurl.com/7zrqce
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2261 - 2295 of 4279   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2261
... function onTemplateLoaded(message) { callFlash("getPlayerLineups"); } function getPlayerLineups_Result(dto) { if (dto == null) { alert("Null array"); ...
Rob Staveley
tom_staveley
Offline Send Email
Sep 2, 2007
7:05 am
2262
It looks like it needs more time to get ready. I can get it to work in IE, if I do this: function onTemplateLoaded(message) { ...
Rob Staveley
tom_staveley
Offline Send Email
Sep 2, 2007
9:20 am
2263
Just wanted to get some opinions to help a rookie. I feel pretty good about Brightcove overall but pretty green as a developer- really green. What are the two...
Scott
scottksu
Offline Send Email
Sep 2, 2007
1:55 pm
2264
I'm going to re-ask this question because although the answers I've gotten previously have been helpful they haven't answered the question: In the simple...
Brent Lagerman
brent3721
Offline Send Email
Sep 2, 2007
3:12 pm
2265
Scott, My advice is to spend a lot of time going through the tutorials on studio.brightcove.com and when you run into problems search on this board, most of...
Brent Lagerman
brent3721
Offline Send Email
Sep 2, 2007
3:14 pm
2266
You should wait for the contentLoad event instead. Since you're checking when the template itself has loaded, there's no content in the template yet. Set up an...
talksrealfast
Offline Send Email
Sep 2, 2007
4:40 pm
2267
I would recommend starting using the Actionscript API. The players are built in Actionscript, so it's more native to that language. Then, later on, it will be...
talksrealfast
Offline Send Email
Sep 2, 2007
4:44 pm
2268
Perfect! Thank you so much, talksrealfast! :-) ... length " ... could...
Rob Staveley
tom_staveley
Offline Send Email
Sep 3, 2007
8:03 am
2271
I'm guessing this is a long-shot, but is their a way to customize the registration e-mail sent to users who register through a consumer media campaign on our...
Jared Novack
jared.novack
Offline Send Email
Sep 4, 2007
7:03 pm
2272
Hello, I have been looking arounbd a bit on th eforums and have not been able to find an answer to my q there. I have a player with one lineup and would like...
damien.schaefer
Offline Send Email
Sep 4, 2007
7:15 pm
2273
Hi there Damien, This should get you going: http://tech.groups.yahoo.com/group/brightcove-dev/message/1317 You can also run a search for getLink on this forum ...
hermes_ink
Offline Send Email
Sep 4, 2007
7:48 pm
2274
Hi I'm having problems with a Brightcove player in Safari on the mac. We have a player with a number of links under it to other videos. The player loads a...
mrjohnhodgson
Offline Send Email
Sep 5, 2007
9:55 am
2275
The lineup id comes from the titleDTO. If you're in a lineup (we'll say it's id is 123456), and you're watching a video, then currently, that titleDTOs...
talksrealfast
Offline Send Email
Sep 5, 2007
3:18 pm
2276
in flash I'm looking for a way to pause/stop a player when a user clicks and opens new flash page. We end up with multiple players running and the multiple...
PhatApples.com
phatapples_com
Offline Send Email
Sep 5, 2007
4:42 pm
2278
Excellent! Thanks for the help. I will give it a try! ... answer to ... when ... player ... lineup ... to set...
damien.schaefer
Offline Send Email
Sep 5, 2007
7:59 pm
2279
Thanks for the response. Frankly, the title DTO is inconsistent, it even says so in the documentation. I am currently using title DTO currently and getting no...
jose_el_el
Offline Send Email
Sep 5, 2007
11:07 pm
2280
Hello again... In the settings of a player there is the "Continue to next video automatically" - when i override autostart = true, it does not continue to the...
jose_el_el
Offline Send Email
Sep 5, 2007
11:17 pm
2281
I solved the drill down into the player by using a hack... basically I set autoStart to false, then I added a listener for content loaded and when the content...
jose_el_el
Offline Send Email
Sep 5, 2007
11:21 pm
2282
First, check to see if config["continuousPlay"] is set to true. If not, go ahead and set it to true. Also, is this a Single Title Player or an Embedded Player?...
talksrealfast
Offline Send Email
Sep 6, 2007
1:11 am
2283
When calling showBrightcoveMenuPage(), the method accepts 2 parameters (page & videoId). The page value are: "ABOUT", "CODE", "HELP", "LINK", "EMAIL", "FEED",...
lukaszkarluk
Offline Send Email
Sep 6, 2007
3:56 am
2284
Hi there Lukasz, I managed to get this to work for me. You can check it out here: ...
talksrealfast
Offline Send Email
Sep 6, 2007
1:34 pm
2285
Thanks for the tip. The issue is this: - I create a player via the BrightCove Admin using the thumbnail player - I add more than 1 line up - Set the Play the...
jose_el_el
Offline Send Email
Sep 6, 2007
2:08 pm
2287
I'm looking for an efficient way to spot changes in DTOs. Right now my best idea is generating an XML string out of the DTO (i.e. serialising it) and doing a...
Rob Staveley
tom_staveley
Offline Send Email
Sep 7, 2007
7:37 am
2288
I'm not sure how many DTOs you need, but you might be able to get away with using the MRSS feed and parsing through that instead of retrieving each titleDTO by...
talksrealfast
Offline Send Email
Sep 7, 2007
12:25 pm
2289
I only really want to fetch the TitleDTOs that have changed since I last checked. In an ideal world, I'd be able to spot changed TitleDTOs in the LineupDTO. ...
Rob Staveley
tom_staveley
Offline Send Email
Sep 7, 2007
1:08 pm
2290
I just uploaded this player - the only thing I did was add the config["continuousPlay"] = true; line. It's working for me (you can check out the Honda Element...
talksrealfast
Offline Send Email
Sep 7, 2007
5:41 pm
2291
I've got a BC player in my flash and it's loading, and when I publish it it loads the correct lineup and loads the first video. This is the code that I have at...
jmoggio
Offline Send Email
Sep 7, 2007
8:09 pm
2292
Flash flip book "flipping book" premium 1.8.8 isn't playing so nice with BrightCove players. I have the typical setup, xml loaded SWF files, which contain ...
kooldiceoner
Offline Send Email
Sep 8, 2007
12:12 am
2293
I am havibg the same problem, any assistance would be appriciated...
PhatApples.com
phatapples_com
Offline Send Email
Sep 9, 2007
4:20 pm
2295
The lineupLoad event is to be used for when a lineup is first fetched from the server ...
talksrealfast
Offline Send Email
Sep 10, 2007
4:40 pm
Messages 2261 - 2295 of 4279   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help