+ 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?

12th Jun 2017, 9:34 PM
A.RAHMAN
A.RAHMAN - avatar
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
12th Jun 2017, 11:25 PM
Raz
Raz - avatar
+ 1
make sure you don't forget to put a forward slash after embed
13th Jun 2017, 11:16 PM
Raz
Raz - avatar
0
Write down the code pls
12th Jun 2017, 10:00 PM
Amira Mukhammadaminova
Amira Mukhammadaminova - avatar
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>
12th Jun 2017, 10:38 PM
A.RAHMAN
A.RAHMAN - avatar
0
@neicore it doesnt work again.
13th Jun 2017, 1:39 PM
A.RAHMAN
A.RAHMAN - avatar