Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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.

1 Community Answers

Randy

JW Player Support Agent  
0 rated :

Hello,

I’ve tested this on my end and see the image. What version of FF are you running by chance?

Randy

This question has received the maximum number of answers.