Hello,
I receive an error in Internet Explorer only (I'm using IE8) with an embedded video using the latest licensed version of JWplayer 5.4. I don't know whether it is the way I am calling JWplayer, but I do know that when I take out the JW code the message goes away. The video plays fine, but stupid IE is reporting a script error. All other browsers work fine.
http://www.projectbasedsolutions.co.uk/
Navigate to "Videos" pane and then open one of the videos, eg. "Conditional Formatting" from the turntable or links on the left.
The code I am using is:
<script type="text/javascript">
jwplayer("videoContainer").setup({
height: 480,
width: 640,
image: "/assets/videos/iee_conditional_formatting.jpg",
levels: [
{file: "/assets/videos/iee_conditional_formatting.mp4"},
{file: "/assets/videos/iee_conditional_formatting.webm"},
{file: "/assets/videos/iee_conditional_formatting.ogv"}
],
players: [
{ type: "html5" },
{ type: "flash", src: "/assets/includes/mediaplayer-5.4-licensed/player.swf" },
{ type: "download" }
],
plugins: {
gapro: { accountid: "XX-XXXXXXX-X" }
}
});
</script>Thanks in advance for any help.
Simon
If you don't use the ligthbox, do you get the error?