2012-11-29 99 views
1

網站example1.com嵌入了Youtube視頻。網站example2.comiframe,顯示example1.com。似乎由於YouTube政策,這個視頻可以從example1.com,但不是從example2.com(在iframe之內)觀看。有沒有辦法讓它工作?由於在iframe中顯示Youtube視頻

回答

5

我試着和它的工作...

創建a.html並粘貼此代碼

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

創建b.html並添加該代碼

<iframe width="600" height="350" src="a.php" frameborder="0" allowfullscreen></iframe>