<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没有显示任何内容。 请帮忙告诉我哪里出错了。
谢谢
答案 0 :(得分:0)
您只需要以下内容:
<iframe width="560" height="315" src="http://www.youtube.com/embed/QZTArNJYHLU?autoplay=1" frameborder="0" allowfullscreen></iframe>
问题可能只是您如何将链接注入嵌入代码。