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

Displaying Related Videos


Code
<div id="container">&nbsp;</div>
<script>
var playerInstance = jwplayer("container");
playerInstance.setup({
image: "/obrazek/201507/55b618c6186af/crop-104286-th-55b8aafdccefb_960x540.jpg",
file: "/video/klipy/2015/W500396_HD_wide.mp4",
related: {
file: "http://www.barrandov.tv/lib/rss3.xml",
onclick: "link",
heading: "souvis videa"
},
width: 640,
height: 270
});
</script>
don´t show related videos. Could you tell me where is mistake?

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

Your code is working perfectly for me, but I copied your RSS feed to my local server. Are you getting a CORS error when we try to load your feed?

This question has received the maximum number of answers.