救命啊,谁能告诉我,为什么我第一个图片地址可以打开,其他的图片都打不开连接
这是我topview文件修改后的
<!--
var focus_width=220
var focus_height=130
var text_height=20
var swf_height = focus_height+text_height
var pics='topview/1.jpg|topview/2.jpg|topview/3.jpg|topview/4.jpg|topview/5.jpg|topview/6.jpg'
var links='viewthread.php?tid=823&extra=page%3D1|viewthread.php?tid=910&extra=page%3D1|viewthread.php?tid=890&extra=page%3D1|viewthread.php?tid=937&extra=page%3D2|viewthread.php?tid=736&extra=page%3D1|viewthread.php?tid=948&extra=page%3D1'
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="topview/topview.swf"><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="topview/topview.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="'+ focus_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
//--> |