+ 1
Why video didn't play?
10 Respostas
+ 4
Because a YouTube link is not an mp4. Google how to embed YouTube videos, they make it pretty easy.
+ 4
Use this tag for embedding YouTube videos in HTML
<iframe width="320" height="260" src="YouTube vid link">
Child elements outputed when embedding fails
</iframe>
+ 3
Oh sorry you have to use the link provided by embedded link not YouTube link itself.
+ 1
I tried still it didn't work
+ 1
If you want to add a video which was posted in YouTube, then you should use the <iframe> tag. If you want to add a downloaded video, then you should use the <video> tag. This is the syntax for the <ifame> tag:
<iframe type=mp3/wav width = "100" height = "100" src = "https://youtu.be/zfSFK8CLTPw"></iframe>
Downloaded video syntax for the <video> tag:
<video width = "100" height = "100" controls>
<source src = "downloaded_video.mp3" type = "video/mp4">
Make sure that the video is present in your PC and if the address of the video is correct
</video>
Hope this helps.
+ 1
I just now add my downloaded video..but it didn't work..by the way i'm using mobile not pc
+ 1
I converted my video into mp4 type...but how can i get that URL?
0
Share the code again, with downloaded song.
0
It is not in mp4
0
Upload it on a url maker, and copy the url.