【发布时间】:2013-01-25 15:22:18
【问题描述】:
我只想在我的网站中嵌入一个 Youtube 播放列表,同时允许用户从播放列表中选择他们想要观看的视频。 (显示播放列表按钮)
试验#1:
<iframe width="1280" height="720" src="http://www.youtube.com/embed/WanDvtvv_xY?version=3&showinfo=1" frameborder="0" allowfullscreen></iframe>
试验#2:
<iframe width="1280" height="720" src="http://www.youtube.com/embed/WanDvtvv_xY" frameborder="0" allowfullscreen></iframe>
试验#3:
<iframe width="1280" height="720" src="http://www.youtube.com/embed/WanDvtvv_xY?showinfo=1" frameborder="0" allowfullscreen></iframe>
以上代码似乎都不起作用。
【问题讨论】:
标签: video youtube youtube-api youtube-javascript-api