Hello all and welcome to the Brightcove developer group. We're trying to kickstart a community of developers working with our service and APIs (including...
This is by far the smallest Yahoo group I'm in now! Not exactly API questions, but the normal Brightcove forum isn't the place to ask embedded player...
I want to use cue points, but to try those out is very difficult if I can only play titles in a browser. How can I load a player inside Flash authoring? When I...
That's interesting, how are you able to test in the authoring environment with other players? We've developed a solution but it won't be available until the...
... I don't know, but when I first made a tabbed player based FLA it seemed to play the videos ok inside Flash. Now that I go and try that again I can't get it...
If I know a categoryId and I want the displayName for that category (or any other info), what would be the easiest way to get that? There doesn't seem to be a...
Internet Explorer on the Mac and Windows, and Safari on the Mac, all load the Brightcove player ok. Firefox on Windows or on Mac, and some other browsers too,...
Including this bit of javascript should fix the error. <script type="text/javascript" src="http://admin.brightcove.com/js/flash_callback.js"></script> <script...
Just a tip - now that we're launched - for how to enable video playback within the authoring tool. Colin, I know you were asking about this, so this I think...
... Would this line go into the onLoadInit, just after bcPlayer = player? I tried it there, and still get lots of sandbox violation messages showing up in the...
It seems that with Firefox the bcln.onLoadInit happens, but bcPlayer.onTemplateLoaded never does. In Safari there's only about two seconds from when the init...
... Replies are so much quicker post-launch! The onTemplateLoaded never gets triggered in authoring, so the delegate stuff will never be set. I wonder if...
Not that I'm aware of. To view my solution in it's context, check out: www.inspiration.net/now/ and view the page source. That might help. ... E-dreamz, Inc. ...
... I'm using the catalog embedded player, so it'a hard to be sure visually. The progress thing is cycling, but no other visual clue as to what has been...
Thanks for the link Justin. I have it going in Firefox now. It needed a combination of the callback lines of JS, plus the use of swfobject. Obviously I was...
... Can you put up a URL where we can see this happening? If templateLoaded is never triggered, then you should be seeing the "loading" graphic never go away....
You are right that there is currently no way to access a category outside of the context of a catalog. It is a good feature request we will note, but in the...
I was going to make a bare bones test, but that loads ok, so don't spend time on this for now, I'll see if I can spot the difference between the two FLAs....
There is a typo on the return type of the function above. Just in case you are wondering where the compile error comes from. Should be "NetConnection"....
Ok, it turned out that some of my movie controller routines were happening before bcPlayer had been set. I'm not sure why that didn't upset the browser viewing...
... It does give up after a while. Here's the last message that gets traced: Error opening URL "http://www.brightcove.com/crossdomain.xml" *** Security Sandbox...
Hi I am the developer of TagLoops (www.tagloops.com), a web app for remixing online media. I am currently looking into the AS API and possibilities on using ...
I'm trying to understand using cuePoints, and am doing a test like this: bcPlayer.addCuePoints (titleid, [2000, 3000, 4000]); I have a listener set, and my...