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 974 - 1003 of 4279   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
974
Switched to the Embedded 1.0 template and that seemed to cure it. Curious....
kevin_w_99
Offline Send Email
Apr 2, 2007
7:22 pm
975
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...
brightcove_todd
Offline Send Email
Apr 2, 2007
8:40 pm
976
Heh. Responded to the wrong one. Glad you got that working....
brightcove_todd
Offline Send Email
Apr 2, 2007
8:41 pm
977
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...
brightcove_todd
Offline Send Email
Apr 2, 2007
8:45 pm
978
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 ...
Will
willeffects
Offline Send Email
Apr 3, 2007
4:30 am
979
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...
ashline2k
Offline Send Email
Apr 3, 2007
12:29 pm
980
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...
talksrealfast
Offline Send Email
Apr 3, 2007
1:04 pm
981
Hi Will – unfortunately, the current consumer media campaign requires that the user (person uploading content) log in using a Brightcove account before...
crystlwest
Offline Send Email
Apr 3, 2007
2:01 pm
982
I am sorry but I didn't get you. Can you elaborate it a bit. ... using ... would ... template. I ... loads, ... right ... would...
ashline2k
Offline Send Email
Apr 4, 2007
8:55 am
983
I am sorry but I didn't get you. Can you elaborate it a bit. ... using ... would ... template. I ... loads, ... right ... would...
ashline2k
Offline Send Email
Apr 4, 2007
8:57 am
984
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...
ashline2k
Offline Send Email
Apr 4, 2007
9:29 am
985
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....
bcdave_witting
Offline Send Email
Apr 4, 2007
12:19 pm
986
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...
talksrealfast
Offline Send Email
Apr 4, 2007
2:15 pm
987
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...
talksrealfast
Offline Send Email
Apr 4, 2007
2:24 pm
988
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 ...
jwwold@...
jwwold831
Offline Send Email
Apr 4, 2007
3:57 pm
989
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...
talksrealfast
Offline Send Email
Apr 4, 2007
4:03 pm
990
An Example would be great. I cant find the ID in the DTO -Jarrett ************************************** See what's free at http://www.aol.com....
jwwold@...
jwwold831
Offline Send Email
Apr 5, 2007
1:19 pm
991
... It's lowercase. So: titleDTO = bcPlayer.getCurrentTitle(); titleID = titleDTO.id; or you can get it more directly: titleID = bcPlayer.getCurrentTitle().id;...
Colin Holgate
colinholgate
Offline Send Email
Apr 5, 2007
2:24 pm
992
Yep - that's pretty much it. That is the AS version though. Here's a JS version: function onTemplateLoaded() { callFlash("addEventListener", "mediaStart",...
talksrealfast
Offline Send Email
Apr 5, 2007
2:50 pm
993
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...
miguel.reds
Offline Send Email
Apr 5, 2007
7:25 pm
994
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...
jwwold@...
jwwold831
Offline Send Email
Apr 5, 2007
8:24 pm
995
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...
waleed anbar
waleedhanbar
Offline Send Email
Apr 5, 2007
8:51 pm
996
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?...
miguel.reds
Offline Send Email
Apr 5, 2007
9:22 pm
997
http://studio.brightcove.com/library/howto/javascript-basics/. Definitely explore the studio if you haven't already... waleed ... the initial load? ... ...
waleed anbar
waleedhanbar
Offline Send Email
Apr 5, 2007
9:27 pm
998
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...
waleed anbar
waleedhanbar
Offline Send Email
Apr 5, 2007
10:51 pm
999
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,...
talksrealfast
Offline Send Email
Apr 6, 2007
3:22 am
1000
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...
jwwold@...
jwwold831
Offline Send Email
Apr 6, 2007
3:27 pm
1001
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...
dmccory
Offline Send Email
Apr 6, 2007
3:49 pm
1002
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...
waleed anbar
waleedhanbar
Offline Send Email
Apr 6, 2007
4:32 pm
1003
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...
dmccory
Offline Send Email
Apr 6, 2007
5:17 pm
Messages 974 - 1003 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