
Single line embded
Hello, i have a problem because i don't succeed to use the jwplayer api with a single line embded code, i put the script line into a box and i want to close it when the video ended.
Thanks for the support
Hello, i have a problem because i don't succeed to use the jwplayer api with a single line embded code, i put the script line into a box and i want to close it when the video ended.
Thanks for the support
Hi, there.
If you would like to take some action when the player finishes playing your content, you can do so with the following code:
jwplayer().on("close", function() { // use this space to write code to close your box });
Please let me know if you need any more help or have any other questions.
Thank you!