Video element not working for me | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Video element not working for me

I'm trying to insert a video from my computer using the video element but it's not working for some reason. I used this code: <video controls> <source src="C:\Users\anari\Videos\tokumei.mp4" type="video/mp4"> </video>

2nd Feb 2020, 7:44 AM
Anario
Anario - avatar
2 Answers
+ 4
Anario do you have the src="url for the video" >
2nd Feb 2020, 7:55 AM
BroFar
BroFar - avatar