Closed (fixed)
Project:
Brightcove Video Connect
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2010 at 05:52 UTC
Updated:
12 Apr 2011 at 14:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
sp3boy commentedPlease have a look at the attached patch. It uses a Drupal-sanctioned approach to adding the external script reference to the page header rather than replying on document.write. I found out the hard way that the explicit </script> closure is necessary for D6.
More importantly I was having a lot of trouble with Internet Explorer (IE8 in my case) not loading videos that were in a carousel on the front page of the site in question. While checking out this issue of multiple script inclusion, I noticed that every video object had exactly the same "id" attribute ("myExperience") which is the default from the echove.php library code. Adding an incremental number to the id via the $params[] array (which is referred to but never set) before it's passed to the embed() method appears to cure my IE8 multi-video problem.
Comment #2
marek.trunkat commentedFixed http://drupalcode.org/project/brightcove.git/commit/3598916a89d70a9bb144...