-
I am using the cdn to load the video player on a site, and I'm playing YouTube videos. I would like to be able to add an "Autoplay" toggle, where if enabled it will automatically play the next video in the playlist. Is this possible? |
Beta Was this translation helpful? Give feedback.
Answered by
mihar-22
Mar 6, 2024
Replies: 1 comment 1 reply
-
Sure, you would build this into your application. Keep track of the playlist and change the player |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shmaltz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure, you would build this into your application. Keep track of the playlist and change the player
src
property when media ends.