前端设计

图片加透明FLASH及特效

2012-10-30

一、图片加透明FLASH特效:

1、图片加单层透明FLASH效果

 

 

 

代码:

<P align=center>

  <table height=400(图片高度) cellSpacing=0 cellPadding=0 width=500(图片宽度) background=http://www.rqsha.com/img2/a10.jpg(图片地址) border=0>

    <tr>

      <td><EMBED align=right src=http://imgfree.21cn.com/free/flash/113.swf(特效地址) width=500(特效宽度) height=400(特效高度) type=application/octet-stream ;; quality="high" wmode="transparent"> </EMBED></td>

    </tr>

  </table>

</P>

 

 

2、图片加两层透明FLASH效果:

 

 

 

代码如下:

<P align=center>

  <table height=400 cellSpacing=0 cellPadding=0 width=500 background=http://www.rqsha.com/img2/a10.jpg border=0>

    <tr>

      <td><EMBED align=right src=http://imgfree.21cn.com/free/flash/113.swf width=500 height=400 type=application/octet-stream wmode="transparent" quality="high" ;;><EMBED align=right src=http://imgfree.21cn.com/free/flash/51.swf width=500 height=400 type=application/octet-stream ;; quality="high" wmode="transparent"></EMBED></td>

    </tr>

  </table>

</P>

 

 

二、矩形雾化效果:

1、没有加透明FLASH雾化效果

 

代码如下:

 

<P align=center>

  <table border=0>

    <tr>

      <td style="FILTER: Alpha(opacity=100,style=3)" width=500 background=http://www.rqsha.com/img2/a11.jpg height=400></td>

    </tr>

</TOBDY>

  </table>

</P>

 

 

2、加一层透明FLASH雾化效果

 

 

代码如下:

<P align=center>

  <table border=0>

    <tr>

      <td style="FILTER: Alpha(opacity=100,style=3)" width=500 background=http://www.rqsha.com/img2/a11.jpg height=400>

      <P><B><EMBED align=right src=http://imgfree.21cn.com/free/flash/4.swf width=500 height=400 type=application/octet-stream wmode="transparent" quality="high"></EMBED></B></P></td>

    </tr>

</TOBDY>

  </table>

</P>

 

 

 

3、加两层透明FLASH雾化效果:

 

 

代码如下:

<P align=center>

  <table border=0>

    <tr>

      <td style="FILTER: Alpha(opacity=100,style=3)" width=500 background=http://www.rqsha.com/img2/a11.jpg height=400>

      <P><B><EMBED align=right src=http://imgfree.21cn.com/free/flash/4.swf width=500 height=400 type=application/octet-stream wmode="transparent" quality="high"><EMBED pluginspage=http://www.macromedia.com/go/getflashplayer align=right src=http://imgfree.21cn.com/free/flash/61.swf width=500 height=400 type=application/x-shockwave-flash quality="high" wmode="transparent"></EMBED></B></P></td>

    </tr>

</TOBDY>

  </table>

</P>

 

 

 

三、椭圆形雾化效果

1、没有加透明FLASH效果:

 

 

代码如下:

<P align=center>

  <table border=0>

    <tr>

      <td style="FILTER: Alpha(opacity=100,style=2)" width=500 background=http://www.rqsha.com/img2/a8.jpg height=400></td>

    </tr>

</TOBDY>

  </table>

</P>

 

 

2、加一层透明FLASH效果

 

 

代码如下:

<P align=center>

  <table border=0>

    <tr>

      <td style="FILTER: Alpha(opacity=100,style=2)" width=500 background=http://www.rqsha.com/img2/a8.jpg height=400>

      <P><B><EMBED align=right src=http://imgfree.21cn.com/free/flash/3.swf width=420 height=296 type=application/octet-stream quality="high" wmode="transparent"></EMBED></B></P></td>

    </tr>

</TOBDY>

  </table>

</P>

 

3、加两层透明FLASH特效:

 

 

代码:

 

<P align=center>

<table border=0>

<tr>

<td style="FILTER: Alpha(opacity=100,style=2)" width=500 background=http://www.rqsha.com/img2/a8.jpg height=400>

<P><B><EMBED align=right src=http://imgfree.21cn.com/free/flash/3.swf width=500 height=400 type=application/octet-stream quality="high" wmode="transparent"><EMBED pluginspage=http://www.macromedia.com/go/getflashplayer align=right src=http://imgfree.21cn.com/free/flash/16.swf width=500 height=400 type=application/x-shockwave-flash quality="high" wmode="transparent"></EMBED></B></P></td>

</tr>

</TOBDY>

</table>

</P>