youtube、xuite播放器自动循环播放的代码
本帖最後由 rainbow 於 2015-4-3 09:11 編輯
目前youtube 给出的嵌入代码:
<iframe width="560" height="315" src="https://www.youtube.com/embed/keWDEVhM0DM" frameborder="0" allowfullscreen></iframe>
只要在网址後面加上以下代码:
?list=PLkSkWhxpK5KAksdyl188jUazPAR9AYqLC&autoplay=1&loop=1
变成:
<iframe width="560" height="315" src="https://www.youtube.com/embed/keWDEVhM0DM?list=PLkSkWhxpK5KAksdyl188jUazPAR9AYqLC&autoplay=1&loop=1" frameborder="0" allowfullscreen></iframe>
就可以自动循环播放了。
|