2017-06-02 186 views
0

我有一個iframe用於將頻道的視頻嵌入到html頁面。該網頁用於數字標牌,因此無人可以導航。我的問題是,儘管我使用了& autoplay = 1,但該頻道的視頻並未自動啓動。 這裏是代碼:Youtube嵌入視頻自動播放

<iframe width="480" height="480" src="http://www.youtube.com/embed?listType=user_uploads&list=NBA&loop=1&autoplay=1&rel=0&showinfo=0&controls=0&autohide=1" frameborder="0" allowfullscreen></iframe> 

謝謝。

回答

0

試試這個它會工作,

的錯誤,我在這裏注意到,embed/video_id未發現

<iframe width="480" height="480" src="http://www.youtube.com/embed/eF5fRl3BMTY?listType=user_uploads&list=NBA&loop=1&autoplay=1&rel=0&showinfo=0&controls=0&autohide=1" frameborder="0" allowfullscreen></iframe> 
+1

太棒了!有用。非常感謝你。 –

0

看來你的視頻中包含來自NBA的內容,而且它是從播放或某些網站的限制/應用。

我試過用相同的代碼嘗試了另一個YouTube視頻,它工作。也許嘗試另一個視頻?

<iframe width="560" height="315" src="https://www.youtube.com/embed/1sDH1UBXI44?autoplay=1&listType=user_uploads&list=NBA&loop=1&rel=0&showinfo=0&controls=0&autohide=1" frameborder="0" allowfullscreen></iframe>

0

<iframe width="560" height="315" src="https://www.youtube.com/embed/1sDH1UBXI44?autoplay=1&listType=user_uploads&list=NBA&loop=1&rel=0&showinfo=0&controls=0&autohide=1" frameborder="0" allowfullscreen></iframe>

+0