嗨,我正在尝试将 youtube 视频嵌入到 html-5 标签
我从 youtube 获得了嵌入代码...
嵌入代码:
<iframe width="420" height="315" src="//www.youtube.com/embed/M4MNG4gaQZw" frameborder="0" allowfullscreen></iframe>
我想将此视频嵌入到 html-5 视频标签中。
所以我在 html-5.0 中使用视频标签确实喜欢这个......
代码:
<video width="300" height="200" controls autoplay>
<source src="//www.youtube.com/embed/M4MNG4gaQZw" type="video/mpeg" />
</video>
但是当我在网络浏览器中运行 html5 页面时,它显示
no video with supported format and MIME found