+ 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!
4 Respostas
+ 1
Right click on the video and press copy embed code, then paste it in your code.
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
0
<iframe width="320" height="240" src="https://www.youtube.com/embed/Q6_5InVJZ88"></iframe>
Change video src and check it again