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

after load playlist fullscreen


I have this situation. after my playlist complete I need to load another one, but if the player is in fullscreen mode after load the new playlist is goes out of full screen mode.
Any ideas how to resolve this situation.

playerInstance.on('playlistComplete', function () {
playerInstance.load(rssUpdated);
});

4 Community Answers

pmvalente

User  
0 rated :

Admin, Could you please move this topic to JavaScript.
Tks.

Alex

JW Player Support Agent  
0 rated :

Hi, there.

My name is Alex and I am one of the Support Engineers at JW Player. I will be more than happy to assist you with your questions.

There is no functionality in our player that would not exit fullscreen when a playlist completes. In addition, browsers do not have APIs to set a player into fullscreen due to security concerns.

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

Thank you!

pmvalente N/A

User  
0 rated :

Alex, I don't understood your anwser, you said that if the player is in fullscreen after a playlist completes the player should exit fullscreen?
Thanks you.

Alex

JW Player Support Agent  
0 rated :

Yes, that has been my experience. You can see it for yourself by going to this support article referencing playlist embeds, begin playback, hover over the playlist icon and choose the fifth (last) playlist item. You can then put the player into fullscreen and, when the content completes, the player will exit fullscreen.

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

Thank you!

This question has received the maximum number of answers.