引用:
原帖由 kingnsl 于 2008-3-16 22:12 发表 
就是你inc/top.asp里面那个486*60的图片我想换成fsash咋搞啊
top=top&" "就这句
谢谢了
<img src="""&url&"/images/top_ad.gif"" width=""470"" height=""62"">
把这句换成相对应的flash代码。
如:
<object classid=""clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"" width=""470"" height=""60"">
<param name=""movie"" value=""&url&"images/abc.swf"">
<param name=""quality" value=""high"">
<embed src=""&url&"images/abc.swf"" quality=""high"" pluginspage=""
http://www.macromedia.com/go/getflashplayer"" type=""application/x-shockwave-flash"" width=470"" height=""60""></embed></object>