Switched to the Embedded 1.0 template and that seemed to cure it. Curious....
975
brightcove_todd
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
Apr 2, 2007 8:41 pm
Heh. Responded to the wrong one. Glad you got that working....
977
brightcove_todd
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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",...
993
miguel.reds
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
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
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
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
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
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
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
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
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
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
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...