Is there a Flash Player 8 version of the Embedded Template? I don't see the option in the Brightcove Console. oh, and my client has a premium account. thanks...
... I'm glad you asked this question, as it made me check which one Im using. I'm still using the federated_test.swf one, which is still working (but perhaps I...
I'm using a custom Player Embedded 1.0. This is for HowStuffWorks' account - not Discovery. It looks like when the Player gets the onTemplateLoaded event, it's...
Are you seeing the errors in Flash authoring, or in a browser? I didn't think the players used fscommand at all, but you will see a lot of errors in the output...
Waleed, Thank you so much for your answer. The problem is that I was precisely trying to have an alternate solution, using BC-provided players but in a...
I was wondering if there is a way to not being able to click through a transparent layer (movie clip) to the movie clip. I've gotten it working for all other...
You're right, we should have many more samples. We've grown so quickly over the past year we've barely been able to keep up with the documentation. I just...
Not that I know of - this has been an issue for me as well. I believe the player is registering to listen for mouse actions at the stage level (so anything...
Hi Joel I would suggest you look in the console at this instance of the player - you've probably got content (a lineup) associated with it and this is default...
Hi ifitikhar_click How are you loading multiple players - can you please supply your code? - do you wait for the first player to finish loading before loading...
I don't use Javascript for Brightcove, I just use Flash, but looking at the utils.js, I'm pretty sure you can call the function callFlashInstance() instead of...
in-browser. man, i love firebug, such a lovely tool for front-end dev ;) This config setting took care of the problem: config["disableJavaScriptAPI"] = true; ...
I'm trying to create my own custom badge such that a fresh lineup is displayed for each visit to our site. I am also frustratingly TRYING to follow the...
hey all, so i got through my first custom player using the embedded 1.0 template, and have it working fine and dandy within a larger Flash site. Client wanted...
The brightcove player probably can't initalize properly in the clearspring console. Try adding config["domain"] = "embed" to the publishing code for the...
ohhh how sweet it is! thank you soo much, that did the trick!! i swear i have never seen half of those config parameters in the documentation - is there one...
There is the list here: http://studio.brightcove.com/library/howto/config-properties/, but config[domain] and config[disableJavaScriptAPI] aren't mentioned ...
I really stuck on this small stupid question. Please help The following script is working with videoId only as long as I have created a lineup at brightcove...
Hi we are creating a programme which require the search crawler like if we enter any key word in it,it will search for the whole web for the keyword and...
Waleed, Thanks again for your help and for the 'custom-JS-tabbed-player.zip' file. This solution looks very interesting, but at such stage I just cannot go...
The code will be very similar, and I recommend using Flash components (like list box and buttons) to recreate the tabbed nav style. I'm happy to help you with...
I'd like to take a moment to ask a question. I looked at the code and saw that you are pulling the screenshot image and description via the js api. I need to...
Currently the API is tied to players, i.e. you need to instantiate a player to call the API. Until we come out with the API that will do this, you could look...