很多朋友都喜欢动感的FLASH,感觉很复杂,FLASH贴图其实很简单,首先准备一张自己喜欢的图片,再放在代码里就可以了~
先看效果图:
代码如下:
<P align=center> <TABLE style="WIDTH: 430px; HEIGHT: 400px" height=400 cellPadding=0 width=430 align=center background=http://image9.360doc.com/DownloadImg/2010/05/0511/3099205_4.jpg border=0> <TBODY> <TR> <TD><EMBED align=right src=http://imgfree.21cn.com/free/flash/123.swf width=430 height=400 type=application/x-shockwave-flash quality="high" wmode="transparent"><EMBED align=right src=http://imgfree.21cn.com/free/flash/51.swf width=430 height=400 type=application/x-shockwave-flash quality="high" wmode="transparent"></TD></TR></TBODY></TABLE><FONT size=+0></FONT></P>
把金黄的地址换成你喜欢的图片,绿色的换成FLASH的地址就OK了.

下面这个是贴FLASH的代码,贴首页模块里的FLASH离不了它.
<P align=center> <embed src="Flash地址" width=500 height=340></embed>
<P align=center>这个表示居中,如果不需要取消就是.
|