Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

brightcove-dev · NEW BC Forums: http://tinyurl.com/7zrqce

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 714
  • Category: Internet
  • Founded: Oct 2, 2006
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 974 - 1003 of 4279   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
974 kevin_w_99 Send Email Apr 2, 2007
7:22 pm
Switched to the Embedded 1.0 template and that seemed to cure it. Curious....
975 brightcove_todd Send Email Apr 2, 2007
8:40 pm
So am I. Interesting. You did present a use case that we didn't catch, though. You should not need domain=embed in any AS-embedded player *except* players that...
976 brightcove_todd Send Email Apr 2, 2007
8:41 pm
Heh. Responded to the wrong one. Glad you got that working....
977 brightcove_todd Send Email Apr 2, 2007
8:45 pm
You did present a use case that we didn't catch. You should not need domain=embed in any AS-embedded player *except* players that are loaded in SWFs that are...
978 Will
willeffects Send Email
Apr 3, 2007
4:30 am
Hello Everyone, My first night messing with brightcove to see if it solves our needs. I read the docs, but dont see anywhere mentioning controlling the ...
979 ashline2k Send Email Apr 3, 2007
12:29 pm
Hi, I have created player using 'single title with logo 2.0' template. I am using this player in the flash application. when this player loads, it shows text...
980 talksrealfast Send Email Apr 3, 2007
1:04 pm
To get rid of all the branding in the player, you'd be best off using the embedded template. If you've got a custom app anyway, this would probably look & feel...
981 crystlwest Send Email Apr 3, 2007
2:01 pm
Hi Will – unfortunately, the current consumer media campaign requires that the user (person uploading content) log in using a Brightcove account before...
982 ashline2k Send Email Apr 4, 2007
8:55 am
I am sorry but I didn't get you. Can you elaborate it a bit. ... using ... would ... template. I ... loads, ... right ... would...
983 ashline2k Send Email Apr 4, 2007
8:57 am
I am sorry but I didn't get you. Can you elaborate it a bit. ... using ... would ... template. I ... loads, ... right ... would...
984 ashline2k Send Email Apr 4, 2007
9:29 am
Hi, I have embeded brightcove flash video player in the custom template, also created in flash.[I have used single player with Logo 2.0 template(listed on...
985 bcdave_witting Send Email Apr 4, 2007
12:19 pm
In order to remove the branding, "now playing on Brightcove" you need to be a paying customer. If you're using a free account, you can't shut off the branding....
986 talksrealfast Send Email Apr 4, 2007
2:15 pm
There are numerous ways to do this going between pages. When a thumbnail is clicked, you could append title id in the URL and on the page with the Player, just...
987 talksrealfast Send Email Apr 4, 2007
2:24 pm
I think I have an example lying around of the values getting appended to the end of the swf file. Let me know if you want me to dig it up somewhere. The...
988 jwwold@...
jwwold831 Send Email
Apr 4, 2007
3:57 pm
Does anyone know how I can get the ID for a video that is currently playing using the JS APIS? I cant seem to find the correct method to do so. Thx ...
989 talksrealfast Send Email Apr 4, 2007
4:03 pm
http://studio.brightcove.com/library/api/javascript/js-methods.cfm#getCurrentTitle You'll use getCurrentTitle() to get the DTO for the title, and then you can...
990 jwwold@...
jwwold831 Send Email
Apr 5, 2007
1:19 pm
An Example would be great. I cant find the ID in the DTO -Jarrett ************************************** See what's free at http://www.aol.com....
991 Colin Holgate
colinholgate Send Email
Apr 5, 2007
2:24 pm
... It's lowercase. So: titleDTO = bcPlayer.getCurrentTitle(); titleID = titleDTO.id; or you can get it more directly: titleID = bcPlayer.getCurrentTitle().id;...
992 talksrealfast Send Email Apr 5, 2007
2:50 pm
Yep - that's pretty much it. That is the AS version though. Here's a JS version: function onTemplateLoaded() { callFlash("addEventListener", "mediaStart&quot;,...
993 miguel.reds Send Email Apr 5, 2007
7:25 pm
Hi All- I'm new to this forum and I was curious if there was a way to alter the Java script to decrease and/or mute the volume upon initial load of a player on...
994 jwwold@...
jwwold831 Send Email
Apr 5, 2007
8:24 pm
Is this the same as playerId? I have the dto.id and the ID is different than the playerId listed here/ config["playerId"] = 301927832; can I get playerId or...
995 waleed anbar
waleedhanbar Send Email
Apr 5, 2007
8:51 pm
That would be easy to do - just write some javascript code to set the volume after the template has loaded. CHeck out the how-to on javscript basics, i think...
996 miguel.reds Send Email Apr 5, 2007
9:22 pm
Thanks Waleed, but where would I find the How-To JS basics? If I were to utilize this code, would the volume be adjustable after the initial load?...
997 waleed anbar
waleedhanbar Send Email
Apr 5, 2007
9:27 pm
http://studio.brightcove.com/library/howto/javascript-basics/. Definitely explore the studio if you haven't already... waleed ... the initial load? ... ...
998 waleed anbar
waleedhanbar Send Email
Apr 5, 2007
10:51 pm
A footnote, I'm reminded that due to a current bug the timing of the templateLoaded call in javascript is kind of slow on firefox, which means that even though...
999 talksrealfast Send Email Apr 6, 2007
3:22 am
You originally asked if you could get the id for the video currently playing, so now I'm confused about what you're asking. Did you want the ID for the player,...
1000 jwwold@...
jwwold831 Send Email
Apr 6, 2007
3:27 pm
In a message dated 4/5/2007 11:23:49 P.M. Eastern Daylight Time, aaskov@... writes: You originally asked if you could get the id for the video currently...
1001 dmccory Send Email Apr 6, 2007
3:49 pm
Is this at all possible. I know the video player is a runtime compiled swf off of the server. So if I am actually wanting to avoid loading the swf.. Can I...
1002 waleed anbar
waleedhanbar Send Email
Apr 6, 2007
4:32 pm
We don't really allow this for security reasons. What exactly are you trying to do? If you want to avoid using any of our UI controls, we do have a special...
1003 dmccory Send Email Apr 6, 2007
5:17 pm
I am looking for the ability to create/control my own events. What I really would like is the ability to get the [ infoObject ] information from the...
Messages 974 - 1003 of 4279   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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