我想在youtube上使用嵌入选项在我的网站上放置一个视频。我添加了代码如下。
该代码在Firefox浏览器中运行良好,但在其他浏览器中无效。建议我解决方案。
<div style="width:100%;height:100%;width: 100%; height: 461.25px; float: none; clear: both; margin: 2px auto;">
<embed src="https://www.youtube.com/embed/vfGRnSiRWcE?rel=0&hl=en_US&rel=0&autohide=1&autoplay=1" wmode="transparent" type="application/x-shockwave-flash" width="100%" height="100%" allowfullscreen="true" title="Adobe Flash Player">
答案 0 :(得分:1)
您可以在所有浏览器上使用iframe HTML标记,iframeworks。
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/vfGRnSiRWcE" frameborder="0" allowfullscreen></iframe>