网站上的youtube视频是通过嵌入标签的iframe

时间:2012-10-08 09:07:20

标签: html youtube

在网站上发布YouTube视频的最佳做法是使用iframe或嵌入代码

<iframe width="420" height="345"
src="http://www.youtube.com/embed/XGSy3_Czz8k">
</iframe> 

<embed
width="420" height="345"
src="http://www.youtube.com/v/XGSy3_Czz8k"
type="application/x-shockwave-flash">
</embed>

我的问题是在网站上发布视频的最佳做法...... 什么是使用它们对性能的影响......

2 个答案:

答案 0 :(得分:1)

新款式为<iframe>。有关此通知的更多信息look here

Please keep in mind, the mobile player cannot be embedded on external mobile sites.

答案 1 :(得分:-1)

我认为使用embed标签总是安全的。在网站中使用iframe是漏洞的根源。 iFrames为黑客打开了窗口。对于embed标记,没有报告重大安全问题。

嵌入标签更有效,因为我们可以更有效地处理不同的情况,例如不支持播放器等...