
Preview image not displaying in firefox
Hy all,
I've recently been playing around with the JW 7 js api, and I am having issues getting the preview image to display in firefox. It seems to display fine in other browsers.
Test site:
http://jw.extorio.com/
Test code:
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="/jwplayer-7.0.1/jwplayer.js"></script>
<script>jwplayer.key="CN3djfZ+G8U17uVsEV+H5X73J6mLxFR3m5OBhQ==";</script>
</head>
<body>
<div id='myElement'>Loading the player ...</div>
<script type='text/javascript'>
var playerInstance = jwplayer('myElement');
playerInstance.setup({
file: 'http://jw.extorio.com/vids/SDV_0092_LLQ.mp4',
image: 'http://jw.extorio.com/vids/t.jpg'
});
</script>
</body>
</html>
http://jw.extorio.com/vids/t.jpg is a valid image. I have tried using local path urls, and using different file types. Nothing seems to work.