2011-11-29 12 views

回答

1

你可以嘗試適當的iframe的代碼由YouTube給出

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

它看起來這個問題在此文件中http://www.hptpoker.com/stylesheet.css線257

.youtubebackground { 
     margin-left: 62px; 
     height:275px; 
     left:50%; 
     position:absolute; 
     top:126px; 
     width:423px; 
     z-index:7; 
     background:url("youtubebackground.jpg") no-repeat center top transparent; 
} 

這個代碼片段進行層隱藏閃存。

有幾種模式(wmode)在網頁上嵌入插件。其中一些非常破碎,並且不尊重分層,它不可能用html元素隱藏插件內容。它看起來已經在Firefox和Safari中修復了。

http://kb2.adobe.com/cps/127/tn_12701.html

相關問題