+ 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>
3 Réponses
+ 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/
+ 2
Leave the value attribute, you're supposed to use type and use a relative path for your files