浮动广告一般都是JIF图片,可以是flash吗?代码如何改?

来源:百度知道 编辑:UC知道 时间:2024/06/08 03:22:07
网站上飘来飘去的浮动广告,可以是FLASH格式吗?我想知道代码设置.

第一个:
<script language="vbscript">
window.moveto 0,0
window.resizeto 100,100
wx=0
wy=0
dim tid
function mywindows()
if wx<window.screen.width-100 then

wx=wx+10
window.moveto wx,0

else
if wy<window.screen.width-100 then

wy=wy+10
window.move window.screen.width-100,wy
end if
end if

end function
tid=setinterval("mywindows()",10)
</script>

第2个:
<DIV id=ad style="POSITION: absolute"><A href="http://leifeng.gzbs.cn/"
target=_blank><IMG src="leifeng.gif" border=0></A></DIV>
<SCRIPT>
var x = 50,y = 60
var xin = true, yin = true
var step = 1
var delay = 10
var obj=document.getElementById("ad")
function f