Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 827 Bytes

48-prevent-up-next-from-redirecting.md

File metadata and controls

14 lines (8 loc) · 827 Bytes

Can we prevent UpNext feature from redirecting

Yes, this is possible. You need to modify the countdownDuration value in your UpNextPanel to Infinity.

The THEOplayer UpNext feature is generally used to play another content or redirect to another page, after a small delay. It is also possible to simply suggest the next content, but never actually redirect to it.

This is done by setting the value of the countdownDuration property of your UpNextPanel interface to Infinity: no countdown will happen, only the play button will appear to go to the video that is up next.

Resources

The following resources provide more information: