flash遮住div問題的正確解決方法
更新時間:2014年02月27日 17:37:44 作者:
在項目中遇到了一個困惑好久的問題,flash遮住div的問題,今天終于解決了 ,需要的朋友可以參考下
在項目中遇到了一個困惑好久的問題,今天終于解決了。其實解決方法很簡單。
直接上代碼:
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
// For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection.
var swfVersionStr = "11.1.0";
// To use express install, set to playerProductInstall.swf, otherwise the empty string.
var xiSwfUrlStr = "playerProductInstall.swf";
var flashvars = {};
var params = {};
params.quality = "high";
params.bgcolor = "#ffffff";
params.allowscriptaccess = "sameDomain";
params.allowfullscreen = "true";
<strong><span style="font-size:24px;color:#ff0000;">params.wmode= "opaque";</span></strong> //處理遮住div的問題,add by javaalpha at 2014-2-10 15:44:51
直接上代碼:
復制代碼 代碼如下:
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
// For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection.
var swfVersionStr = "11.1.0";
// To use express install, set to playerProductInstall.swf, otherwise the empty string.
var xiSwfUrlStr = "playerProductInstall.swf";
var flashvars = {};
var params = {};
params.quality = "high";
params.bgcolor = "#ffffff";
params.allowscriptaccess = "sameDomain";
params.allowfullscreen = "true";
<strong><span style="font-size:24px;color:#ff0000;">params.wmode= "opaque";</span></strong> //處理遮住div的問題,add by javaalpha at 2014-2-10 15:44:51
相關文章
JS提示:Uncaught SyntaxError: Unexpected token ILLEGAL錯誤的解決方法
這篇文章主要介紹了JS提示:Uncaught SyntaxError: Unexpected token ILLEGAL錯誤的解決方法,涉及針對字符串參數(shù)的處理方法,需要的朋友可以參考下2016-08-08微信小程序網(wǎng)絡數(shù)據(jù)請求的實現(xiàn)詳解
這篇文章主要為大家介紹了微信小程序網(wǎng)絡數(shù)據(jù)請求的實現(xiàn)講解,有需要的朋友可以借鑒參考下,希望能夠有所幫助,祝大家多多進步,早日升職加薪2022-08-08