我正在使用以下代码显示YouTube视频.
<object width="425" height="344">
<param name="movie"
value="**URL**">
</param>
<param name="allowFullScreen"
value="true">
</param>
<embed src="**URL**"
type="application/xshockwave-flash"
allowfullscreen="true"
width="425"
height="344">
</embed>
</object>
Run Code Online (Sandbox Code Playgroud)
它适用于Firefox,但为什么不在Internet Explorer中呢?
我是一个全新的Web开发人员,所以我遇到了所有这些你退伍老人习惯的奇妙的不一致;)