1.對於object,加<param name="wmode" value="transparent">,ie瀏覽器可解決。
2.對於embed, 加wmode="transparent",firefox瀏覽器可解決。
對於ie瀏覽器,可設定windowlessVideo=1,設置為無窗口模式。
3.加透明<iframe>覆蓋object,embed;
<iframe style="position:absolute;z-index:3;width:100%;height:100%;top:0;left:0;right:0;bottom:0" allowtransparency="true" src="transparent.html" frameborder="0" id="CoverVideo" ></iframe>
給transparent.html的body里加background-color=transprent;