How do you make the video element support long videos? I tried all day long but I couldn't do it. The website it told me to go to did not work. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do you make the video element support long videos? I tried all day long but I couldn't do it. The website it told me to go to did not work.

19th Jun 2016, 11:13 PM
Mr. Birdie
Mr. Birdie - avatar
4 Answers
+ 1
Maybe you should try to embed your video using <iframe> that will be a lot better!
20th Jun 2016, 12:59 AM
Ibrahim Nasser
Ibrahim Nasser - avatar
0
did not work. it refused to play video.
20th Jun 2016, 11:49 PM
Mr. Birdie
Mr. Birdie - avatar
0
hmmm. that is serious. can you post the code you used for us to see. birdie?
1st Jul 2016, 9:22 PM
Dan-Awoh Emmanuel
Dan-Awoh Emmanuel - avatar
0
<video controls> <source src="my website.mp4" <type="video/mp4" <source src="my website.ogg" <type="video/ogg" <source src="my website.webm" <type="video/webm" <video>
1st Jul 2016, 10:51 PM
Mr. Birdie
Mr. Birdie - avatar