您的当前位置:首页正文

HTML 透明flash

2024-11-20 来源:个人技术集锦
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
 <HEAD>
  <TITLE> New Document </TITLE>
  <META name="Generator" content="EditPlus">
  <META name="Author" content="">
  <META name="Keywords" content="">
  <META name="Description" content="">
 </HEAD>

 <BODY>
  <table width="760" border="0" cellpadding="0" cellspacing"0" align="center" >
   <tr>
    <td height="200" background="E:/aa/banner.jpg">


<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="760" height="190">
  <param name="movie" value="E:/aa/banner.swf">
  <param name="quality" value="high">
  <param name="wmode" value="transparent">
  <embed src="E:/aa/banner.swf" width="760" height="190" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object>

    </td>
   </tr>
  </table>
 </BODY>
</HTML>

显示全文