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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 2023 - 2052 of 4279   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2023
Is there a way to create a badge that promotes (links to) individual titles rather than a playlist?...
shari gross
drgiove
Offline Send Email
Aug 1, 2007
2:36 pm
2024
Hi, Usually in Flash, if you put a button over another button or clip, it blocks mouse input from reaching the lower object. I have put a large button over the...
wapachoc
Offline Send Email
Aug 1, 2007
3:08 pm
2025
I'm using Double Click as my ad server and everything is working well. However, I was wondering if there is a way to get the ad information during adProgress...
xmrcivicboix
Offline Send Email
Aug 1, 2007
3:22 pm
2026
Hi, The documentation for 'loadTitleById' says, 'Title must be already have its video DTO loaded into the player'. How do I load a title's DTO into the player?...
wapachoc
Offline Send Email
Aug 1, 2007
4:16 pm
2027
The title may well be loaded already, so try a getTitleById() first, and if that is undefined do a fetchTitleById(). As part of the fetching you would set up a...
Colin Holgate
colinholgate
Offline Send Email
Aug 1, 2007
4:28 pm
2028
If you've got a custom player, or you're at least handling the ads in a manual way, then you can manually send tracking events for the middle and end of the...
talksrealfast
Offline Send Email
Aug 1, 2007
4:55 pm
2029
I'm not sure, but it may not be using rollOver and rollOut events, but instead getting mouse coordinates. That would at least explain why the thumbs are still...
talksrealfast
Offline Send Email
Aug 1, 2007
4:56 pm
2030
Using the MRSS feeds you can create custom badges to do whatever kind of special functionality that you want. However, what do you mean by "rather than a...
talksrealfast
Offline Send Email
Aug 1, 2007
4:58 pm
2031
Yes, there's an onEnterFrame handler on the grid/thumbnail objects that checks for mouse position in order to perform the rollover/rollout animations. I'm not...
crystlwest
Offline Send Email
Aug 1, 2007
5:46 pm
2032
Understood. But I don't know how to get the ad information in the adProgress or adComplete. What I mean is that is there a way to do like...
xmrcivicboix
Offline Send Email
Aug 1, 2007
5:51 pm
2033
My client wants to embed a single video player on separate pages. So potentially, there could be over 150 individual players, each playing a different title. ...
shari gross
drgiove
Offline Send Email
Aug 1, 2007
5:56 pm
2034
Okay - I think I'm on the right page now. Creating that many players is going to be hellish to manage. The better method would be to use just one single title...
talksrealfast
Offline Send Email
Aug 1, 2007
6:22 pm
2035
You can't get the ad information with an ad method like that. Also, you wouldn't get it during those events. Events that are fired from the player are just...
talksrealfast
Offline Send Email
Aug 1, 2007
6:26 pm
2036
I think this describes exactly what you want to do: http://studio.brightcove.com/library/howto/javascript-basics/...
waleed anbar
waleedhanbar
Offline Send Email
Aug 1, 2007
6:54 pm
2037
Thank you for taking the time to answer my questions. I'm having a terribly difficult time getting answers, so I really appreciate your effort. I looked at...
shari gross
drgiove
Offline Send Email
Aug 1, 2007
8:09 pm
2038
It does appear to be loaded. trace(bcPlayer.getTitleById(title.id).FLVFullLengthURL); bcPlayer.loadTitleById(title.id, "full"); ...outputs.... ...
wapachoc
Offline Send Email
Aug 2, 2007
8:23 am
2039
Hi, Is there a detailed version number of the player (possibly undocumented) that can be read to determine if the player has been modified? Cheers, W....
wapachoc
Offline Send Email
Aug 2, 2007
12:53 pm
2040
We're currently serving our video ads from a non-flash server, and are trying to switch over to a flash server. Does Brightcove accept video from RTMP URLs? ...
andydeemer
Offline Send Email
Aug 2, 2007
4:01 pm
2041
Hi Davin, I see what you mean with the search functionality not supporting pay media titles. I took a quick look through the sample search API code and it...
emily_glass123
Offline Send Email
Aug 2, 2007
4:50 pm
2042
You can still use that workaround with single title players - it just so happens that this particular example used a mutli-lineup player. If you did it with a...
talksrealfast
Offline Send Email
Aug 2, 2007
5:01 pm
2043
I'm trying to make my own midTrackingURL and endTrackingURL calls using doubleclick since the play doesn't support it yet but I have no clue what these values...
xmrcivicboix
Offline Send Email
Aug 3, 2007
4:22 am
2044
... If you are not using Brightcove's DFP instance, then the values will mean very little to your instance and you don't need to include them. They are simply...
brightcove_todd
Offline Send Email
Aug 3, 2007
4:32 am
2045
Hi, Is there anyway that I can determine the template type loaded into the player? Cheers, W....
wapachoc
Offline Send Email
Aug 3, 2007
8:54 am
2046
This is less a Brightcove question and more a jscript question...I am printing the tags to the page and am able to get the tags just fine via this method: ...
psm9640
Online Now Send Email
Aug 3, 2007
12:21 pm
2047
I have a compactTab2.0 player embedded into a flash movie that takes up 100% of someone's browser window. Inside our SWF we have a background image that fills...
Brent Lagerman
brent3721
Offline Send Email
Aug 3, 2007
3:18 pm
2048
I know that the midTracking and endTracking will automatically be called within player in a future release but the question is how soon? We're deciding on...
xmrcivicboix
Offline Send Email
Aug 3, 2007
4:03 pm
2049
The player automatically takes care of this now. The only issue is when you're passing in the values manually if you're handling the ads manually. If you're...
talksrealfast
Offline Send Email
Aug 3, 2007
4:27 pm
2050
I had an epiphany this morning about how this would. Okay - lets say you have several different sections of the site. One is going to be "news" and another...
talksrealfast
Offline Send Email
Aug 3, 2007
4:41 pm
2051
oO sweet. So as long as the midTrackingURLs and endTrackingURLs are there, then the player should know how to handle this right? ... can do ... the ad ... send...
xmrcivicboix
Offline Send Email
Aug 3, 2007
7:38 pm
2052
Yep - if you're just allowing the player to receive the ad and do everything on it's own, you should be all set. If you're using externalAds to hijack the ad...
talksrealfast
Offline Send Email
Aug 3, 2007
7:47 pm
Messages 2023 - 2052 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