星期三, 2024-04-17, 7:10 AM
学习交流论坛
    首页 | flash - 学习交流论坛 | 注册 | 登录
[ 新文章 · 会员 · 论坛规则 · 收索 · RSS ]
  • Page 1 of 1
  • 1
Forum moderator: 生生  
学习交流论坛 » 实验园地 » 实验区 » flash
flash
lmbx 日期: 星期一, 2008-12-22, 5:50 PM | 消息 # 1
Admin
Group: 管理员
邮 件: 291
Reputation: 2
Status: 离线










 
lmbx 日期: 星期一, 2008-12-22, 5:50 PM | 消息 # 2
Admin
Group: 管理员
邮 件: 291
Reputation: 2
Status: 离线
<!--flash代码控制-->
<SCRIPT language=JavaScript1.2>
adTime=9; // seconds ad reminder is shown
chanceAd=1; // ad will be shown 1 in X times (put 1 for everytime)
var ns=(document.layers);
var ie=(document.all);
var w3=(document.getElementById && !ie);
adCount=0;
function initAd(){
if(!ns && !ie && !w3) return;
if(ie) adDiv=eval('document.all.sponsorAdDiv.style');
else if(ns) adDiv=eval('document.layers["sponsorAdDiv"]');
else if(w3) adDiv=eval('document.getElementById("sponsorAdDiv").style');
randAd=Math.ceil(Math.random()*chanceAd);
if (ie||w3)
adDiv.visibility="visible";
else
adDiv.visibility ="show";
if(randAd==1) showAd();
}
function showAd(){
if(adCount<adTime*10){adCount+=1;
if (ie){documentWidth =document.body.offsetWidth/2+document.body.scrollLeft-20;
documentHeight =document.body.offsetHeight/2+document.body.scrollTop-20;}
else if (ns){documentWidth=window.innerWidth/2+window.pageXOffset-20;
documentHeight=window.innerHeight/2+window.pageYOffset-20;}
else if (w3){documentWidth=self.innerWidth/2+window.pageXOffset-20;
documentHeight=self.innerHeight/2+window.pageYOffset-20;}
adDiv.left=documentWidth-200;adDiv.top =documentHeight-200;
setTimeout("showAd()",90);}else closeAd();
}
function closeAd(){
if (ie||w3)
adDiv.display="none";
else
adDiv.visibility ="hide";
}
onload=initAd;
//End-->
</SCRIPT>

<DIV id=sponsorAdDiv>

<object id="flashplay" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="100" height="100" style="left: 450px; margin-left:180; position: absolute; top: 0px">
<param name="movie" value="http://www.zhcw.com/bbs/flash/happy.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="http://www.zhcw.com/bbs/flash/happy.swf" id="theflash" style="left: 450px; margin-left:180; position: absolute; top: 0px" align="right" width="100" height="100" type="application/x-shockwave-flash" wmode="transparent" quality="high">
</embed>
</object>
</DIV>

<!--flash代码控制-->

 
学习交流论坛 » 实验园地 » 实验区 » flash
  • Page 1 of 1
  • 1
Search:

Copyright MyCorp © 2024