How can I get my video file into my code? I tried using the source tag but nothing | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can I get my video file into my code? I tried using the source tag but nothing

Video control autoplay

1st Apr 2021, 5:55 PM
OBIOMA OBICHIOMA
OBIOMA OBICHIOMA - avatar
2 Answers
+ 1
try somthing like this 🤷‍♂️ <video width="300" height="200" controls autoplay> <source src="https://media.w3.org/2010/05/sintel/trailer.mp4" type="video/mp4"> </video>
1st Apr 2021, 6:15 PM
Ou-Sama
Ou-Sama - avatar
+ 1
Thanks ou-sama
1st Apr 2021, 8:05 PM
OBIOMA OBICHIOMA
OBIOMA OBICHIOMA - avatar