Copy codeThe Code is as follows:
Function cf (flashsrc, flashwidth, flashheight, flashlink, br ){
Document. write ("<table width =" + flashwidth + "height =" + flashheight + "border = 0 cellpadding = 0 cellspacing = 0> <tr> <td> ");
Document. write ("<div style = \" position: relative \ "> ");
Document. write ("<embed style = \" position: absolute; z-index: 0 \ "src =" + flashsrc + "quality = \" high \ "width =" + flashwidth + "height =" + flashheight + "TYPE = \" application/x-shockwave -flash \ "PLUGINSPAGE = \" http://www.macromedia.com/shockwave/download/index.cgi? P1_Prod_Version = ShockwaveFlash \ "wmode = \" opaque \ "> </embed> ");
Document. write ("<div style = \" background: white; filter: alpha (opacity = 0); opacity: 0; position: relative; z-index: 10; left: 0pt; top: 0pt; width: "+ flashwidth +"; height: "+ flashheight +" px; \ "> ");
Document. write ("<a href =" + flashlink + "target = \" _ blank \ "style = \" cursor: pointer; display: block; width: "+ flashwidth + "; height: "+ flashheight +" px; \ "> </a> ");
Document. write ("</div> ");
Document. write ("</div> ");
Document. write ("</td> </tr> </table> ");
If (br = "1 "){
Document. write ("<br> ");
}
}