2nd Feb 2025, 1:03 PM
Innocent Agoha
Innocent Agoha - avatar
3 Answers
+ 2
This is at least the third time you have posted a code in the last few days that shows that you need to learn the basics. It isn’t realistic to keep on asking here for help every time you want to do something. Just try to get through the web development course and review anything that isn’t clear. Then try one step at a time to see if you can apply what you’ve learned. Trust me, I know what am talking about.
2nd Feb 2025, 2:28 PM
Zvi
Zvi - avatar
0
Innocent Agoha <source src="file.mp4" type=" video.mp4"> You need to change your src value to a valid reference. As is, it is looking for a file called "file.mp4" on the SoloLearn webserver. Local references only work if the file is on same server as the html file. If on different server, you need to 👉 upload the file to a web host 👉 provide absolute reference to the file on that web host EXAMPLE src = "https://www.example.com/myVideo.mp4"
2nd Feb 2025, 9:16 PM
Shardis Wolfe