I encountered a long-time problem in the project and finally solved it today. In fact, the solution is very simple.
Directly run the Code:
Copy codeThe Code is as follows:
<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> // handle the problem of covering the div. add by javaalpha at 15:44:51