
IE8 - Unable to get value of the property 'cssRules' (and 'tracks'): object is null or undefined
In IE8 I am getting the following errors which prevent JWplayer from playing at all:
SCRIPT5007: Unable to get value of the property 'cssRules': object is null or undefined
jwplayer.html5.js, line 9 character 34
SCRIPT5007: Unable to get value of the property 'tracks': object is null or undefined
jwplayer.js, line 34 character 144
I tried adding:
<meta content="IE=edge" http-equiv="X-UA-Compatible">
but that didn't do anything. JW works in IE9 and all other browsers. The path to the flash swf is also correct.