评中学高级有哪些加分:让自己的主页放一个透明的FLASH代码怎么搞啊?

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/06 20:07:10
特别是那个左右距离和顶部距离那些不会搞,我想有下面这个地址的效果,http://imgfree.21cn.com/free/flash/22.swf
但是尺寸不知道怎么搞,请指教?
成功定高分悬赏!

下面的例子就是将flash做透明处理放置图片后显示<tr>
<td background="images/4.JPG" width="799" height="271">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="799" height="271">
<param name="movie" value="images/top.swf">
<param name="quality" value="high">
<PARAM NAME=wmode VALUE=transparent>
<embed src="images/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="799" height="271"></embed></object></td>
</tr>
下面是随便在给你个例子:
<center>
<EMBED style="left: 0; position: absolute; top: 0" align=right src="images/hd.swf
" width=799 height=271 type=application/x-shockwave-flash wmode="transparent" quality="high" ;>
</center>

关键的参数在于<PARAM NAME=wmode VALUE=transparent>
至于其他的参数,稍微懂英文你就会非常明白…………吼吼!!

透明flash轻松加入,可按位置移动简易代码如下:

<embed style="left: 左边距数值; width:宽度数值; position: absolute; top: 上边距数值; height:高度数值" align="right" src="flash源地址" type="application/octet-" quality="high" wmode="transparent">

例如下面,我给你填加好的一段代码,你直接填加在网页中即可,如果位置不对,可以稍微更改上\左边距的数值即可^-^

透明flash,可按位置移动<embed style="left: 325; width: 437; position: absolute; top: 458; height: 550" align="right" src="http://imgfree.21cn.com/free/flash/22.swf" type="application/octet-" quality="high" wmode="transparent">