插入flash代码
1.透明flash代码
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="750" height="122">
<param name="movie" value="images/ll.swf" />
<param name="quality" value="high" />
<param name="wmode" VALUE="transparent">
<embed src="images/ll.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="122"></embed>
</object>
2.图片滚动效果
<TABLE cellSpacing=0 cellPadding=15 width=750 align=center border=0>
<TBODY>
<TR>
<TD borderColor=#0>
<MARQUEE onmouseover=this.stop() onmouseout=this.start()
scrollAmount=3 behavior=alternate width=730 height=162>
<IMG height=162 src="images/bjhx12.jpg" width=200>
<IMG height=162 src="images/bb.jpg" width=200>
<IMG height=162 src="images/bjhxa4.jpg" width=200>
<IMG height=162 src="images/bjhx12.jpg" width=200>
<IMG height=162 src="images/bb.jpg" width=200>
<IMG height=162 src="images/bjhxa4.jpg" width=200>
<IMG height=162 src="images/bjhx12.jpg" width=200>
<IMG height=162 src="images/bb.jpg" width=200>
<IMG height=162 src="images/bjhxa4.jpg" width=200>
<IMG height=162 src="images/bjhx12.jpg" width=200>
<IMG height=162 src="images/bb.jpg" width=200>
<IMG height=162 src="images/bjhxa4.jpg" width=200>
</MARQUEE>
</TD></TR></TBODY></TABLE>
不仅仅局限于文字,也可以应用于图片,表格等等
属性:
a.方向
<direction=#> #=left, right ,up ,down
b.方式
<bihavior=#> #=scroll, slide, alternate
<marquee behavior=scroll>一圈一圈绕着走!</marquee>
<marquee behavior=slide>只走一次就歇了!</marquee>
<marquee behavior=alternate>来回走</marquee>
c.循环
<loop=#> #=次数 默认就是循环
d.速度
<scrollamount=#> #数值越大越快
e.延时
<scrolldelay=#>
f.方向
<direction=#> #=left, right ,up ,down