youtube嵌入HTML5代码

时间:2013-04-15 21:13:45

标签: html iframe youtube rss

<tr> <th> <iframe width="560" height="315" src="'+link1+'?autoplay=1;" frameborder="0" allowfullscreen type="application/x-shockwave-flash" allowscriptaccess="always"></iframe> </th> </tr>

其中link1 = http://www.youtube.com/watch?v=bPDW7hj1yfs

但我的iframe没有显示任何内容。 请帮忙告诉我哪里出错了。

谢谢

1 个答案:

答案 0 :(得分:0)

您只需要以下内容:

<iframe width="560" height="315" src="http://www.youtube.com/embed/QZTArNJYHLU?autoplay=1" frameborder="0" allowfullscreen></iframe>

问题可能只是您如何将链接注入嵌入代码。