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...
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...
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 ...
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...
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...
Hi Will – unfortunately, the current consumer media campaign requires that the user (person uploading content) log in using a Brightcove account before...
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...
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....
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...
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...
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 ...
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...
... It's lowercase. So: titleDTO = bcPlayer.getCurrentTitle(); titleID = titleDTO.id; or you can get it more directly: titleID = bcPlayer.getCurrentTitle().id;...
Yep - that's pretty much it. That is the AS version though. Here's a JS version: function onTemplateLoaded() { callFlash("addEventListener", "mediaStart",...
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...
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...
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...
http://studio.brightcove.com/library/howto/javascript-basics/. Definitely explore the studio if you haven't already... waleed ... the initial load? ... ...
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...
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,...
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...
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...
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...
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...