05-26-2009 07:58 PM - last edited on 06-04-2009 04:35 PM
Hi,
It doesnt seem like we can load multiple players dynamically on the same page page in IE6. I took your example and made some modification so that we can add multiple players on 1 page. It works fine on FF, but doesnt work on IE6.
This is the example code that i took:
http://help.brightcove.com/developer/topics/player
05-27-2009 12:15 PM
05-27-2009 12:49 PM
Are there any logic implemented for IE based browser when writing out the player? It cant read this file because it is compressed.
10-19-2009 06:52 PM
Has anyone figured out a solution to using multiple players in IE? I'm having troubles dynamically generating one player in IE7, but the code works great in Firefox 3.5 and Safari 4.
I was using this code as a guide: http://developer.brightcove.com/en/articles/dynami
IE is not throwing any errors for me, but instead seems to be wrapping my generated object in some kind of <span> (Firefox and Safari do not).
Thanks,
Chris
10-20-2009 12:09 AM
10-20-2009 08:39 AM
Todd, as I was writing this reply, I noticed some css issues in the popup I was working with. I had a layout problem that was rendering the flash object "invisible" in IE7.
Thank you for your quick reply, the dynamically generated player is now working well in all browsers I've tested.
09-09-2010 01:27 PM
Does this javascript not work with the chromeless palyers? Every time I try it with one nothing happens, if I use a non-chromeless player it will work. Also, Is there a way to add the params to the oject itself? We use values that we put in the oject code to pass values to the player.
Exmaple:
<object id="myExperience" class="BrightcoveExperience">
<param name="pageContentCategory" value="xxxx" />
</object>
10-10-2010 09:12 PM
Hi webb, sorry that we missed your question here, and hopefully you've gotten it answered by now. For the first part, I would guess that the following is missing from inside the Brightcove object element:
<param name="isUI" value="true" />
10-14-2010 08:02 PM
Yeah, I did find that one and it worked. However one other thing I'm noticing is that the HTML 5 delivery option on the single clip palyers doesn't seem to work when the player is loaded via JS. Is there a way to get that working or something I can add to make it work?
11-21-2010 03:47 PM
I noticed that the HTML 5 delivery option on the single clip palyers doesn't seem to work when the player is loaded via javascript. Is there a way to get that working or something I can add to make it work?
