相关疑难解决方法(0)

为什么我的嵌入式YouTube视频在Firefox中运行,而在Internet Explorer中无法运行?

我正在使用以下代码显示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开发人员,所以我遇到了所有这些你退伍老人习惯的奇妙的不一致;)

html youtube cross-browser

7
推荐指数
2
解决办法
1万
查看次数

标签 统计

cross-browser ×1

html ×1

youtube ×1