风格里的JS文件
我是菜鸟
求高手帮忙看看FLASH显示不出来是不是就是以下的JS文件不对?
A:复制内容到剪贴板
代码:
document.writeln("<TABLE align=\"left\">");
document.writeln(" <TBODY>");
document.writeln("<TR>");
document.writeln("<TD>");
document.writeln("<OBJECT ");
document.writeln("classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 ");
document.writeln("codeBase=http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=6,0,29,0 width=283 ");
document.writeln("height=170 align=\"top\">");
document.writeln("<PARAM NAME=\"movie\" value=\"STYLE\/Dragon\/animahome.swf\"><PARAM NAME=\"quality\" VALUE=\"high\"><PARAM NAME=\"wmode\" VALUE=\"transparent\">");
document.writeln("<embed src=\"STYLE\/Dragon\/animahome.swf\" width=\"283\" height=\"170\" align=\"top\" ");
document.writeln("quality=\"high\" ");
document.writeln("pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" ");
document.writeln("type=\"application\/x-shockwave-flash\" ");
document.writeln("wmode=\"transparent\"><\/embed>");
document.writeln("<\/OBJECT><\/TD><\/TR><\/TBODY><\/TABLE>")B:复制内容到剪贴板
代码:
document.writeln("<TABLE align=\"left\">");
document.writeln(" <TBODY>");
document.writeln("<TR>");
document.writeln("<TD>");
document.writeln("<OBJECT ");
document.writeln("classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 ");
document.writeln("codeBase=http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=6,0,29,0 width=283 ");
document.writeln("height=170 align=\"top\">");
document.writeln("<PARAM NAME=\"movie\" value=\"..\/STYLE\/Dragon\/animahome.swf\"><PARAM NAME=\"quality\" VALUE=\"high\"><PARAM NAME=\"wmode\" VALUE=\"transparent\">");
document.writeln("<embed src=\"..\/STYLE\/Dragon\/animahome.swf\" width=\"283\" height=\"170\" align=\"top\" ");
document.writeln("quality=\"high\" ");
document.writeln("pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" ");
document.writeln("type=\"application\/x-shockwave-flash\" ");
document.writeln("wmode=\"transparent\"><\/embed>");
document.writeln("<\/OBJECT><\/TD><\/TR><\/TBODY><\/TABLE>")