发新话题
打印

在HTML中给Flash添加链接 屏蔽Flash右键

本主题由 joe 于 2008-4-17 13:27 移动
您是本帖第457个浏览者

在HTML中给Flash添加链接 屏蔽Flash右键




<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

<title></title>
</head>
<body>
<table width=554 height=121 border=0 align="center" cellpadding=0 cellspacing=0>
<tr>
<td>
  <div style="position:relative">
   <EMBED style="position:absolute;z-index:0" src="Flash文件地址" quality=high width=宽度 height=高度 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" wmode="opaque">
   <a href="HTML中的连接地址" target="_blank" style="cursor:pointer">
    <div style="position:relative;filter:alpha(opacity=0);-moz-opacity:0;left:0;top:0; background:#CDEAF6;width:554px;height:121px;z-index:10">
    </div>
   </a>
  </div>
</td>
</tr>
</table>
</body>
</html>【[url036$05-20


天要有蓝和白才好看,我是蓝你是白生活才精彩

TOP

发新话题