
player not working in IE or Safari
My player works great in Firefox and Chrome as well as on my Android but fails to load in IE or Safari.
Gives message "error loading player: no playable sources found"
This is what I have please help:
<head>
<script type="text/javascript" src="/js/jwplayer.js"></script>
</head>
<body>
<div id="VideoWrapper">
<div class="video-holder">
<div id="final">Loading the player ...</div>
<script type="text/javascript">
jwplayer("final").setup({
file: '/videos/glycemate3r27.ogv',
file: '/videos/glycemate3r27.mp4',
file: '/videos/glycemate3r27.webm',
width: '100%',
aspectratio: '16:9',
controls: 'true',
autostart: 'true'
});
</script>
</div>
</body>