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 1748 - 1784 of 4279   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1748
I know I can limit viewing to US, Canada, UK at the Player level. Our Producers want to know if we can do this by lineup / title....
Joel Fiser
jfiser42
Offline Send Email
Jul 2, 2007
4:14 pm
1749
Player level is the lowest level you can go. I suppose you could build that logic yourself on your end, but that seems like it'd be a big pain. There could be...
talksrealfast
Offline Send Email
Jul 2, 2007
5:12 pm
1750
hi there i'm able to print my thumbnails url using this code: var myTitle:Object = new Object(); var myTitle = _root.bcPlayer.getCurrentTitle(); ...
hermes_ink
Online Now Send Email
Jul 2, 2007
5:39 pm
1751
This feature (title level geo-filtering, not lineup) is on our product backlog and will be included in a coming release. Sorry, I can't give any solid dates....
brightcove_todd
Offline Send Email
Jul 2, 2007
5:56 pm
1752
MovieClipLoader class: This.createEmptyMovieClip(³thumb², thumb_depth); var mcl = new MovieClipLoader(); mcl.onLoadInit = function(mc){ // do something here...
Jared Novack
jared.novack
Offline Send Email
Jul 2, 2007
7:05 pm
1753
thx man so i've got this function inside my onTemplateLoaded function: bcPlayer.streamStart = function() { bcPlayer.fetchLineupById(000000000); var...
tomer almagor
hermes_ink
Online Now Send Email
Jul 2, 2007
8:04 pm
1754
Thanks Todd. I know our Producers will like that. In the meantime, thanks also, TalksRealFast, for the workaround. I may do just that....
Joel Fiser
jfiser42
Offline Send Email
Jul 2, 2007
9:42 pm
1758
I am settin up my movie channel and have tapes in MiniDV and other formats I want to convert to WMV. They say it will not work if I try to do this from a CD to...
toyota94542
Offline Send Email
Jul 3, 2007
3:10 pm
1759
OK, I've been at this for over a week: I'm so close now: How can I call the google urchin with the ID and name of the video playing upon mediaStart? My code: ...
hunterross
Offline Send Email
Jul 3, 2007
3:58 pm
1760
This is a little bit beyond the scope of Brightcove. I recommend doing some research on the web - I did a google search for "mini dv to computer" and got a...
waleed anbar
waleedhanbar
Online Now Send Email
Jul 3, 2007
4:19 pm
1761
I was wondering if there is anyway to deactivate the sign in button on the players. It is confusing some of my visitors with our site sign in page. My...
davinhutchins
Offline Send Email
Jul 3, 2007
5:37 pm
1762
Yes but should I be worried that there NEVER is an ad? Seems odd to me. link is here: http://www.nomadsland.com/simplesearch.html Also, is there anyway to...
davinhutchins
Offline Send Email
Jul 3, 2007
6:39 pm
1767
Does anyone know if there is a function that gets the short description from the player that is related to the badge, so whenever you hover over the badge to...
r_lapeyrouse
Offline Send Email
Jul 5, 2007
3:06 pm
1768
The Brightcove Badges don't have an API, so you'd have to build your own from scratch if you wanted to show the short description. They're built off of the RSS...
Adam Dachis
adamdachis
Offline Send Email
Jul 5, 2007
3:12 pm
1769
in response to the true tag used for searching thru tags, i dont think that works i´ve been trying for a few days now to get my search function to search more...
anthonytripaldi
Offline Send Email
Jul 5, 2007
6:54 pm
1770
So after reading through all the documentation I'm still a little unclear with how to go about accessing the information in all the DTO's. for instance right...
anthonytripaldi
Offline Send Email
Jul 6, 2007
3:06 pm
1771
Hello, I'm trying to understand the process of adding Advertising elements to a Title Clip. I've enabled advertising to the title clip and see that two cue...
L.S.
whateva_one
Online Now Send Email
Jul 6, 2007
3:43 pm
1772
All of the advertising settings in the console are just set up to create cue points when the player should make calls to the ad server. There's no actual ad...
talksrealfast
Offline Send Email
Jul 6, 2007
4:34 pm
1773
Use bcPlayer.getCuePoints(titleId) to retrieve an array of VideoCuePointDTOs for the sprcified video. You can then iterate through this array to access...
brightcove_todd
Offline Send Email
Jul 6, 2007
4:38 pm
1774
... well for instance, when i have a current video playing i would need a listener for the contentLoad, then getTitleID, then getCuePoints, and then i would...
anthonytripaldi
Offline Send Email
Jul 6, 2007
4:45 pm
1775
The parameters for the events are included in the events documentation. For instance, for fetchTitleById, which fires a titleLoad event, the ... ...
brightcove_todd
Offline Send Email
Jul 6, 2007
5:37 pm
1776
ok great im startin to make some progress finally, the only thing i cant seem to figure out now is how to call the ID of the current video playing. i have a...
anthonytripaldi
Offline Send Email
Jul 6, 2007
5:59 pm
1777
well i made it this far listener3.mediaLoad = function(infoObj:Object):Void { var t:Object = bcPlayer.getCurrentTitle(); var id:Number = t.id; var cue:Object =...
anthonytripaldi
Offline Send Email
Jul 6, 2007
6:31 pm
1778
Hey Guys, Trying to load the following from an external .txt file to my flash shell: 1. config["adServerURL"] 2. config["playerId"] Any ideas? Thanks in...
reggieestrella
Offline Send Email
Jul 6, 2007
11:07 pm
1779
Is there a way for me to add a "related videos" section on my site with my embeded brightcove player that will only look for related videos in my players and...
smittysvids
Offline Send Email
Jul 8, 2007
6:19 pm
1780
I would like to disable the full screen mode, along with the button corresponding to it because (a) I don't think the videos we've uploaded look as nice when...
photogmd
Offline Send Email
Jul 9, 2007
12:55 am
1781
Waleed, This is a page Im developing that was working and now will not play: http://atmos.adventureonline.tv/ I changed the reference to federated_test.swf ......
Brian
brianakarr
Offline Send Email
Jul 9, 2007
1:43 am
1782
Full screen mode should only be possible with the players on Brightcove.com. Since these do not use JavaScript, I'm assuming you're talking about the mode...
Adam Dachis
adamdachis
Offline Send Email
Jul 9, 2007
1:51 am
1783
Adam, Your assumption is incorrect. I am talking about the button at the bottom of the Brightcove players that gives the viewer a larger, full screen...
photogmd
Offline Send Email
Jul 9, 2007
2:35 am
1784
... To be sure we're talking about the same thing, is it larger or is it full screen? Is there anything you can do about your uploaded videos? For example,...
Colin Holgate
colinholgate
Offline Send Email
Jul 9, 2007
3:16 am
Messages 1748 - 1784 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