ÿþ<html> <head> <title>2024-08-30 18h50 mp4 comp def.mp4</title> </head> <body style="text-align:center;"> <video width="1280" height="720" autoplay controls id="videoPlayer"> <source src="2024-08-30 18h50 mp4 comp def.mp4" type="video/mp4"> Your browser </video> <script> var nextVideo = ["2024-08-30 18h50 mp4 comp def.mp4"]; var curVideo = 0; var videoPlayer = document.getElementById('videoPlayer'); videoPlayer.onended = function(){ ++curVideo; if(curVideo < nextVideo.length){ videoPlayer.src = nextVideo[curVideo]; } } </script> </body> </html>