I really need help adding video or audio to my html page. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I really need help adding video or audio to my html page.

<video controls> <source src="http://intenal_shared_storage/Casanova/video.mp4" value="video/mp4"> <source src="http://internal_shared_storage/Casanova/video.OGG" value="video/OGG"> video is not supported by your browser </video>

7th Jul 2019, 3:28 PM
israelkenny94@
israelkenny94@ - avatar
2 Answers
+ 5
another way to add video 👉Download Dropbox 👉 upload that video to your Dropbox 👉 Share that video(copy the link) 👉 Paste it here (code playground) 👉 Remove "www" and add "dl" then it should work. that is how I add images and video to my HTML page HTML lesson 👇 https://www.sololearn.com/learn/HTML/2194/
7th Jul 2019, 3:34 PM
KingDaniel2004
KingDaniel2004 - avatar
+ 2
Leave the value attribute, you're supposed to use type and use a relative path for your files
7th Jul 2019, 3:33 PM
William Mabotja
William Mabotja - avatar