I'm unable to embed Audio, Video and YouTube video in a web page. The thing is how to choose a source attribute values properly? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

I'm unable to embed Audio, Video and YouTube video in a web page. The thing is how to choose a source attribute values properly?

How to choose the source attribute values and make them available globally? Can u plz describe how to embed the Audio, Video and YouTube video properly in the web pages and also how to get the correct source attribute values. When I'm using YouTube videos by embed option in phone it's saying video unavailable but when I'm executing the same code in laptop it's working without any issues. Please help me out friends!

30th Jul 2020, 6:02 PM
Nangunuri Rachana
Nangunuri Rachana - avatar
4 Respostas
30th Jul 2020, 6:04 PM
Simba
Simba - avatar
+ 1
Right click on the video and press copy embed code, then paste it in your code.
30th Jul 2020, 6:11 PM
Karak10
Karak10 - avatar
0
Even I've tried in this way but didn't get the thing correctly. It's saying video unavailable only for all I've tried
1st Aug 2020, 9:33 AM
Nangunuri Rachana
Nangunuri Rachana - avatar
0
<iframe width="320" height="240" src="https://www.youtube.com/embed/Q6_5InVJZ88"></iframe> Change video src and check it again
16th Sep 2020, 12:03 PM
Deep Bag
Deep Bag - avatar