大家注意下 红色框内的白色 线框 怎么才能去掉?
由于本人菜鸟...是用的别人的代码套用的不会修改..谁会修改说下 分会追给的!
代码如下
<script language = "JavaScript" type="text/javascript">
<!--
var focus_width=946;
var focus_height=291;
var text_height=0;
var swf_height = focus_height+text_height;
var pics=' http://www.bcceshi.com.cn/yh/pic/hd2.jpg| http://www.bcceshi.com.cn/yh/pic/hd3.jpg'; //链接图片
var links='index.html|index.html';//链接网址
var texts='奥运烟火表演|奥运烟火表演';//链接文本说明
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">');
document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value=" http://www.bcceshi.com.cn/yh/flash/autoflash.swf"> name=wmode value=transparent><param name="quality" value="high">');
document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');
document.write('<embed src=" http://www.bcceshi.com.cn/yh/flash/autoflash.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage=" http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
//-->
</script>
在网页黑色背景下 看的最清楚 大家 帮忙搞下 如果 搞好的话 分会追加多的