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

oncomplete of related videos bug


Trying to stop the related videos from appearing when the video or playlist stops. It's supposed to work by adding
oncomplete: "false" as shown here on your article http://support.jwplayer.com/customer/en/portal/articles/1409745-display-related-videos

However, this is not functioning, see below URL setup with it set to false

http://videodesk.tv/relatedbug.html

2 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi, there!

I was able to reproduce your issue by copying your code on a test page of mine. However, I was able to resolve it by removing the quotes around false for the oncomplete option. Since true and false are boolean values, you do not need quotes around them.

Please let me know if you need any more help or have any other questions.

Thank you!

mark

User  
0 rated :

wow, I didn't know that! You're right

This question has received the maximum number of answers.