菜鸟求救!一个关于flash图片轮翻广告的困惑!
本人有个学习用的程序,主页上有个flash轮翻广告显示不知道是那里错误了 不能调用网址连接,点图片都没有反映的,望高手能帮助解答一下 看看是哪里出错了!演示网站地址:http://www.
调用的数据库结构
" border="0" />
首页的轮翻代码:
<script type=text/javascript>
var focus_width=206//图片宽
var focus_height=190//图片高
var text_height=20//设置显示文字标题高度,最佳为20(如果不显示标题值设为0即可)
var swf_height = focus_height+text_height
//var pics=""
//var piclinks=""
//var texts=""
<%
set db=conn.execute("select top 6 * from [jle_ad1] order by id desc")
i=0
do while not db.eof
pics=pics&"|"&db("imgPath")
piclinks=piclinks&"|"&db("link")
texts=texts&"|"&db("title")
db.moveNext
i=i+1
loop
response.write "var pics='"&right(pics,len(pics)-1)&"'"&vbcrlf
response.write "var piclinks='"&right(piclinks,len(piclinks)-1)&"'"&vbcrlf
response.write "var texts='"&right(texts,len(texts)-1)&"'"&vbcrlf
%>
document.write('<object ID="focus_flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">');
document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="img/adplay.swf"><param name="quality" value="high"><param name="bgcolor" value="#FFFFFF">');
document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
document.write('<param name="FlashVars" value="pics='+pics+'&piclinks='+piclinks+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');
document.write('<embed ID="focus_flash" src="img/adplay.swf" wmode="opaque" FlashVars="pics='+pics+'&piclinks='+piclinks+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#C5C5C5" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www. />');document.write('</object>');
</script>
帮我看看那里错了 需要怎么改啊!
[[it] 本帖最后由 along5117 于 2008-9-27 12:52 编辑 [/it]]