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

jwplayer-7.6.0 imge display


Can not display image before start of video

<script src="../../../jwplayer-7.6.0/jwplayer.js"></script>
<script>jwplayer.key="xxxxxxxxxxxxx==";</script>
<div id="myElement">Loading the player...</div>

<script type="text/javascript">
jwplayer("myElement").setup({
"file" : "http://www.youtube.com/watch?v=qends5l1wCo",
"image": "../../../jpg/bakolas_p1.jpg",
"width": 587,
"height": 510,
"title": "www.bakolas.gr",
"autostart": true,
"controls": true,
"controlbar": "bottom"
});
</script>

1 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi there,

When the player is set to automatically start, it does not request the poster image because the it would not be shown. Poster images are only shown in the player in instances when the player is embedded and the user would have to perform some interaction to begin playback.

Thank you.

This question has received the maximum number of answers.