I'm using jwplayer 7.x-1.0-alpha1 with a new Drupal (7.22) site, all modules are up to date. I have a custom content type using jwplayer for display. Everything works fine with Firefox, Safari, and Chrome. But with IE on Windows, I'm getting a slew of errors. I've tried emulation modes for 8 and 9, same problem:

VerifyError: Error #1053: Illegal override of z in mx.core.BitmapAsset.
ReferenceError: Error #1065: Variable LogoComponentLicensed_LogoImage is not defined.
ReferenceError: Error #1065: Variable Related_DockIcon is not defined.
ReferenceError: Error #1065: Variable Sharing_EmailIcon is not defined.

there are ten more reference errors, which I'm guessing are all related to whatever the problem is.

Should I try the 2.x dev version? Is anyone else getting these errors?

Comments

ron_s’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Should definitely use the 7.x-2.x version. All new 7.x development is happening there.

Download 7.x-2.x-dev, apply the following patches, and let us know if you have any issues. Thanks.

* Refactor theming: https://www.drupal.org/node/2713725
* Add not empty checks and Repeat option: https://www.drupal.org/node/2719995
* Add js file to build player: https://www.drupal.org/node/2719977