
Could not load configuration error in IE7/8 - Unable to get property 'cssRules'
Trying to play a video within a jquery dialog. It works fine in all browsers except IE 7 and 8.
When I try to play the video in IE7/8 I get:
"Error Loading Player: Could not load player configuration."
IE 7/8 also gives me this script error:
SCRIPT5007: Unable to get property 'cssRules' of undefined or null reference
jwplayer.html5.js, line 5 character 481
bc.. jwplayer("player").setup({
fallback: 'false',
abouttext: "Swell Video",
aboutlink: "/",
ga: { idstring: "title" },
sharing: {},
file: "/content/videos/Swell_Demo_3_31_14.mp4",
image: "/content/videos/Thumbnails/swell-guy.jpg",
title: "Play Swell Video",
height: 360,
width: 640
});
Site can be seen here (click box on bottom right of page to launch and play the video):
http://test.liveswell.com
Thanks,
Jon