门户网站的首页常用的FLASH弹出广告效果JS代码

分类: 饭碗 | 标签: | 日期:2009-05-26

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=gb2312″ />
<title>flash广告</title>
<style type=”text/css”>
<!–
body,html {height:100%;
}
#flash{top:20%;left:25%;width:550px;height:400px;POSITION:absolute;}
–>
</style>
</head>
<body>
<div id=”flash”>
<object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0″ width=”550″ height=”400″>
<param name=”movie” value=”http://www.xxxxx.cn/ad60/index.swf” />
<param name=”quality” value=”high” />
<embed src=”http://www.xxxxx.cn/ad60/index.swf” quality=”high” pluginspage=”http://www.macromedia.com/go/getflashplayer” type=”application/x-shockwave-flash” width=”550″ height=”400″></embed>
</object>
</div>

<script language=”javascript”>
setTimeout(“document.getElementById(‘flash’).style.display=’none’”,7000)  //因为延迟,由8秒改成13秒
setTimeout(“document.getElementById(‘flash’).style.display=””,10);
</script>
</body>
</html>

表情:<( ̄︶ ̄)> | (⊙ˍ⊙) | >﹏< | b( ̄▽ ̄)d | (─.─||) | (^_-)

[ Ctrl+Enter提交 ]