What is the code for playing videos one after another automatically? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the code for playing videos one after another automatically?

I want to upload three videos and play first then second, automatically, and finally third, automatically. (:

20th May 2017, 6:14 PM
Bikash Thapa
Bikash Thapa - avatar
1 Answer
+ 1
the loop attribute is that one that does that <video controls loop> <source src="movie.mp4" type="video/mp4"> <source src="movie.ogg" type="video/ogg"> Your browser does not support the video tag. </video>
21st May 2017, 10:43 PM
edmundo sanchez
edmundo sanchez - avatar