I was trying to setup my site on a monitoring service called AlertFox, which uses VMs and iMacros to do automated monitoring via actual browsers. And key parts of the site were not working. I tracked down the error to the jplayer javascript, and found that the
jplayer.org site has the sample problem.
The IE9 script console is reporting this problem on page load:
SCRIPT16385: Not implemented
jquery.jplayer.js, line 482 character 5
which references this line:
self.html.canPlay[format] = self.html[self.format[format].media].available && "" !== self.htmlElement[self.format[format].media].canPlayType(self.format[format].codec);
I can replicate it on
jplayer.org and on my production and development sites.
This is a problem that may be particular to IE9 on Windows Server 2008; I haven't been able to replicate it on my Windows 7 VM using either IE8 or IE9. But the AlertFox people looked at it on multiple VMs and replicated the problem. They are running WindowsServer2008, Version 6, and the latest IE9.
I would greatly appreciate it if someone could look at this and suggest a solution/workaround.
Thanks.