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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 2795 - 2827 of 4279   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2795
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...
def_byte
Offline Send Email
Dec 1, 2007
1:16 pm
2796
... 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...
Colin Holgate
colinholgate
Offline Send Email
Dec 1, 2007
3:13 pm
2797
... Looking at the current publishing code, either federated.swf is only Flash 8, or it works out which version to use for you....
Colin Holgate
colinholgate
Offline Send Email
Dec 1, 2007
4:30 pm
2798
hmm, either of those 2 .swfs still generate the kind of JavaScript errors described at the beginning of this thread. I'm going to throw in the: ...
def_byte
Offline Send Email
Dec 1, 2007
6:34 pm
2799
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...
Joel Fiser
jfiser42
Offline Send Email
Dec 1, 2007
6:36 pm
2800
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...
Colin Holgate
colinholgate
Offline Send Email
Dec 1, 2007
6:55 pm
2801
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...
c.besuchet
Offline Send Email
Dec 1, 2007
10:20 pm
2802
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...
xmrcivicboix
Offline Send Email
Dec 3, 2007
7:11 am
2803
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...
waleed anbar
waleedhanbar
Offline Send Email
Dec 3, 2007
7:17 am
2804
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...
waleed anbar
waleedhanbar
Offline Send Email
Dec 3, 2007
7:18 am
2805
You don't want the player to load any content at all or you don't want the video still to be displayed?...
waleed anbar
waleedhanbar
Offline Send Email
Dec 3, 2007
7:20 am
2806
I have multiple Single title players on one page. Now all players are calling a javascript function. // called by the player when it loads function...
iftikhar_click
Offline Send Email
Dec 3, 2007
11:27 am
2807
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...
bc_camchurch
Offline Send Email
Dec 3, 2007
11:50 am
2808
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...
bc_camchurch
Offline Send Email
Dec 3, 2007
11:59 am
2809
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...
Colin Holgate
colinholgate
Offline Send Email
Dec 3, 2007
12:16 pm
2810
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; ...
def_byte
Offline Send Email
Dec 3, 2007
2:36 pm
2811
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...
Keith
keithpickett...
Offline Send Email
Dec 3, 2007
2:38 pm
2812
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...
def_byte
Offline Send Email
Dec 3, 2007
4:57 pm
2813
Are javascript events available BC Badges? I cannot get onTemplateLoaded to fire when I load up my badge....
Keith
keithpickett...
Offline Send Email
Dec 3, 2007
4:59 pm
2814
No, badges aren't templates - so they don't support the API model. they're just flash code that loads the RSS feeds....
waleed anbar
waleedhanbar
Offline Send Email
Dec 3, 2007
5:09 pm
2818
The brightcove player probably can't initalize properly in the clearspring console. Try adding config["domain"] = "embed" to the publishing code for the...
waleed anbar
waleedhanbar
Offline Send Email
Dec 3, 2007
5:39 pm
2819
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...
def_byte
Offline Send Email
Dec 3, 2007
6:04 pm
2820
There is the list here: http://studio.brightcove.com/library/howto/config-properties/, but config[domain] and config[disableJavaScriptAPI] aren't mentioned ...
waleed anbar
waleedhanbar
Offline Send Email
Dec 3, 2007
6:18 pm
2821
Thanks a ton for the reply. We have changed the requirement to have only one player at one page so thanks a lot for all you guys....
iftikhar_click
Offline Send Email
Dec 4, 2007
6:58 am
2822
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...
iftikhar_click
Offline Send Email
Dec 4, 2007
7:30 am
2823
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...
shikha
shikha_3107
Offline Send Email
Dec 4, 2007
8:20 am
2824
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...
c.besuchet
Offline Send Email
Dec 4, 2007
4:20 pm
2825
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...
waleed anbar
waleedhanbar
Offline Send Email
Dec 4, 2007
5:36 pm
2826
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...
joseffbetancourt
joseffbetanc...
Offline Send Email
Dec 5, 2007
4:11 pm
2827
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...
waleed anbar
waleedhanbar
Offline Send Email
Dec 5, 2007
8:08 pm
Messages 2795 - 2827 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