+ 1
i couldn't upload the video and audio link to my webpage
Hi' i try to upload the video from youtube link but it doesn't work. why? is there anything wrong?
5 Respostas
+ 2
remove the "watch?v=" and replace it with the "embed"should be like this....
<video controls>
<source src="https://www.youtube.com/embed/Dlh5uDejkHw" type="video/mp4">
<source src="https://www.youtube.com/embed/Dlh5uDejkHw" type="video/ogg">
</video>
If it won't work tell me
+ 1
make sure you don't forget to put a forward slash after embed
0
Write down the code pls
0
<video controls>
<source src="https://www.youtube.com/watch?v=Dlh5uDejkHw" type="video/mp4">
<source src="https://www.youtube.com/watch?v=Dlh5uDejkHw" type="video/ogg">
</video>
0
@neicore
it doesnt work again.