
JW Player not working in Internet Explorer 9
I have been getting some emails from some of my customers complaining about the videos not playing in Internet Explorer 9. If they go back to an older version it seems to work fine.
The videos all seem to work in Firefox, Safari, and Chrome.
Here is the code that I am using:
<script type="text/javascript" src="/Scripts/jwplayer-new/jwplayer.js"></script>
<script type="text/javascript" src="/Scripts/jwplayer-new/swfobject.js"></script>
<div id="player1"></div>
<script type="text/javascript">
jwplayer("player1").setup({
flashplayer: "/Scripts/jwplayer-new/player.swf",
file: "http://***/01-introduction.mp4",
width: "600",
height: "340",
image: "/***/lesson-background-html5.jpg"
});
</script>