关键词
最优秀的发帖人
tcw987654321 (2424) | ||||
tiger_tiger (2015) | ||||
梦随峰飘 (542) | ||||
868 (284) | ||||
mmao21 (251) | ||||
x__________________X (222) | ||||
y4341991 (101) | ||||
花生省魔术 (98) | ||||
Tiger&蘋果爸 (80) | ||||
pyy (74) |
有两问题,请虎哥来帮一下~~
4 posters
有两问题,请虎哥来帮一下~~
1:我想在别人一进入我论坛首页时就弹出一个全屏自动播放,播放完毕自动回到我论坛首页的FLASH代码,可以加这样的代码吗?加在哪里?可以帮我设计一个吗?
2:忘记啦,想好久都想不到,等我想到啦再问你吧.....嘿嘿
2:忘记啦,想好久都想不到,等我想到啦再问你吧.....嘿嘿
回复: 有两问题,请虎哥来帮一下~~
打开网页时弹出FLASH,几秒后自动消失:
1、在css中添加:
#sponsorAdDiv {position:absolute; height:1; width:1; top:0; left:0;}
2、在首页留言中添加以下代码:
<script LANGUAGE="Javascript1.2">
adTime=5(自动关闭flash的时间,以秒为单位);
chanceAd=1;
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()",100);}else closeAd();
}
function closeAd(){
if (ie||w3)
adDiv.display="none";
else
adDiv.visibility ="hide";
}
onload=initAd;
</script>
<div id="sponsorAdDiv" style="visibility:hidden">
<table width="900" height="700" bgcolor="008000"><tr><td>
<table width="890" height="690" bgcolor="F0FFF0"><tr><td>
<center><embed id="videoplay" width="750" height="300" type="application/x-shockwave-flash" flashvars="pid=cctvspring_20080206_2773483&FileLocation=http://casting.openv.com/PLGS/plgs.php&resizevideo=0&q=type=domain,n=1,projectId=138&autostart=true&playpage=http://www.openv.com/player.jsp" src="http://www.5184.com/flash/08021913_400300.swf(flash地址)" allowfullscreen="true" wmode="Opaque" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" autostart="true" allowscriptaccess="always"/><BR><BR>欢迎光临 niubi2008.longluntan.cn!<BR><BR>这个窗口将在5秒后自动关闭</center>
</td></tr></table></td></tr></table>
</div>
1、在css中添加:
#sponsorAdDiv {position:absolute; height:1; width:1; top:0; left:0;}
2、在首页留言中添加以下代码:
<script LANGUAGE="Javascript1.2">
adTime=5(自动关闭flash的时间,以秒为单位);
chanceAd=1;
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()",100);}else closeAd();
}
function closeAd(){
if (ie||w3)
adDiv.display="none";
else
adDiv.visibility ="hide";
}
onload=initAd;
</script>
<div id="sponsorAdDiv" style="visibility:hidden">
<table width="900" height="700" bgcolor="008000"><tr><td>
<table width="890" height="690" bgcolor="F0FFF0"><tr><td>
<center><embed id="videoplay" width="750" height="300" type="application/x-shockwave-flash" flashvars="pid=cctvspring_20080206_2773483&FileLocation=http://casting.openv.com/PLGS/plgs.php&resizevideo=0&q=type=domain,n=1,projectId=138&autostart=true&playpage=http://www.openv.com/player.jsp" src="http://www.5184.com/flash/08021913_400300.swf(flash地址)" allowfullscreen="true" wmode="Opaque" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" autostart="true" allowscriptaccess="always"/><BR><BR>欢迎光临 niubi2008.longluntan.cn!<BR><BR>这个窗口将在5秒后自动关闭</center>
</td></tr></table></td></tr></table>
</div>
回复: 有两问题,请虎哥来帮一下~~
mmao21 写道:晕哦,我是说全屏幕,不是全浏览器啊,而且你提供的代码偏移正中啦,跑到旁边去啦~~~
我更晕...请阁下避免短时间内重复发帖,我们会解答阁下的问题的...
回复: 有两问题,请虎哥来帮一下~~
虎哥,是不是你帮我在里面加啦?怎么你帮我加啦我论坛也不会显示出来呢? 虽然没显示,但我还是真的很谢谢你虎哥,因为从我开论坛到现在你帮我很多啦!!! 同时也谢谢tcw987654321和梦
由mmao21于周三 二月 20, 2008 10:35 am进行了最后一次编辑,总共编辑了2次
回复: 有两问题,请虎哥来帮一下~~
不客气!我刚刚正在看你的论坛设置和全部的代码。也试着帮你加过了,但是由于你已经有两个关于屏幕显示的代码(屏幕渐显和弹出魔法表情),系统无法同时执行3个有关显示的操作,你得删除另两个代码这段代码才会有效。
关于全屏显示的问题我已经说了必需进template改。
关于全屏显示的问题我已经说了必需进template改。
回复: 有两问题,请虎哥来帮一下~~
tiger_tiger 写道:不客气!我刚刚正在看你的论坛设置和全部的代码。也试着帮你加过了,但是由于你已经有两个关于屏幕显示的代码(屏幕渐显和弹出魔法表情),系统无法同时执行3个有关显示的操作,你得删除另两个代码这段代码才会有效。
关于全屏显示的问题我已经说了必需进template改。
也就是用flash自己弄好才上传了吧?
回复: 有两问题,请虎哥来帮一下~~
tcw987654321 写道:不是你自己加的吗?因为老虎很难帮你的....始终论坛是您的...
不是我加的,我加不是这样加的,虎哥以前就帮我加过。
tampalate 是什么意思?怎么进去改?
由tiger_tiger于周三 二月 20, 2008 1:42 pm进行了最后一次编辑,总共编辑了3次
回复: 有两问题,请虎哥来帮一下~~
mmao21 写道:tcw987654321 写道:不是你自己加的吗?因为老虎很难帮你的....始终论坛是您的...
不是我加的,我加不是这样加的,虎哥以前就帮我加过,难到你不知道他才是真正的老大吗?他有什么事办不到?
tampalate 是什么意思?怎么进去改?
是template,就是模板,需要利用Flash软件来修改你这个.swf (flash) 档案
回复: 有两问题,请虎哥来帮一下~~
<SCRIPT LANGUAGE="JavaScript1.2">
adTime=5;
chanceAd=1;
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;}
setTimeout("showAd()",100);}else closeAd();
}
function closeAd(){
if (ie||w3)
adDiv.display="none";
else
adDiv.visibility ="hide";
}
onload=initAd;
//End-->
</script>
<div id="sponsorAdDiv" style="visibility:hidden">
<table bgcolor="#008000"><tr><td align="center" valign="middle">
<table width="300" bgcolor="#F0FFF0"><tr><td align="center" valign="middle">
<p><embed align="center" valign="middle" id="videoplay" width="1024" height="768" width="100%" height="100%" type="application/x-shockwave-flash" flashvars="pid=cctvspring_20080206_2773483&FileLocation=http://casting.openv.com/PLGS/plgs.php&resizevideo=0&q=type=domain,n=1,projectId=138&autostart=true&playpage=http://www.openv.com/player.jsp" src="http://www.gui9.com/uuauth/flash2/meinvnv.swf" allowfullscreen="true" wmode="Opaque" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" autostart="true" allowscriptaccess="always"/><BR><BR><b>欢迎光临www.niubi2008.longluntan.cn<br>
非常感谢对本站的关注。</b>
</p>
<p>(这个窗口将在5秒钟后自动关闭)
<br>
</td></tr></table></td></tr></table>
</div>
<script type="text/javascript">
if(document.getElementById('videoplay'))
{
if (ie){
documentWidth =document.body.offsetWidth;
documentHeight =document.body.offsetHeight;
} else if (ns){
documentWidth=window.innerWidth;
documentHeight=window.innerHeight;
} else if (w3){
documentWidth=self.innerWidth;
documentHeight=self.innerHeight;
}
document.getElementById('videoplay').style.width = documentWidth;
document.getElementById('videoplay').style.height= documentHeight;
}
</script>
-----------------------------------------------------------------------------------
帮你改好了,并且是全屏,花了偶1个小时…… 留一个在这里给你备用
adTime=5;
chanceAd=1;
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;}
setTimeout("showAd()",100);}else closeAd();
}
function closeAd(){
if (ie||w3)
adDiv.display="none";
else
adDiv.visibility ="hide";
}
onload=initAd;
//End-->
</script>
<div id="sponsorAdDiv" style="visibility:hidden">
<table bgcolor="#008000"><tr><td align="center" valign="middle">
<table width="300" bgcolor="#F0FFF0"><tr><td align="center" valign="middle">
<p><embed align="center" valign="middle" id="videoplay" width="1024" height="768" width="100%" height="100%" type="application/x-shockwave-flash" flashvars="pid=cctvspring_20080206_2773483&FileLocation=http://casting.openv.com/PLGS/plgs.php&resizevideo=0&q=type=domain,n=1,projectId=138&autostart=true&playpage=http://www.openv.com/player.jsp" src="http://www.gui9.com/uuauth/flash2/meinvnv.swf" allowfullscreen="true" wmode="Opaque" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" autostart="true" allowscriptaccess="always"/><BR><BR><b>欢迎光临www.niubi2008.longluntan.cn<br>
非常感谢对本站的关注。</b>
</p>
<p>(这个窗口将在5秒钟后自动关闭)
<br>
</td></tr></table></td></tr></table>
</div>
<script type="text/javascript">
if(document.getElementById('videoplay'))
{
if (ie){
documentWidth =document.body.offsetWidth;
documentHeight =document.body.offsetHeight;
} else if (ns){
documentWidth=window.innerWidth;
documentHeight=window.innerHeight;
} else if (w3){
documentWidth=self.innerWidth;
documentHeight=self.innerHeight;
}
document.getElementById('videoplay').style.width = documentWidth;
document.getElementById('videoplay').style.height= documentHeight;
}
</script>
-----------------------------------------------------------------------------------
帮你改好了,并且是全屏,花了偶1个小时…… 留一个在这里给你备用
回复: 有两问题,请虎哥来帮一下~~
魔法表情:
[url=http://niubi2008.longluntan.cn/][img]https://i.servimg.com/u/f34/11/86/40/01/auicau11.gif[/img][/url]<script type="text/javascript">flash = "mf_276";</script>
鼠标:
<style type="text/css">
.spanstyle {
COLOR: #F01E1E; FONT-FAMILY: 宋体; FONT-SIZE: 10pt; POSITION: absolute; TOP: -50px; VISIBILITY: visible
}
</style>
<script>
var x,y
var step=18
var flag=0
var message="★★!"
message=message.split("")
var xpos=new Array()
for (i=0;i<=message.length-1;i++) {
xpos[i]=-50
}
var ypos=new Array()
for (i=0;i<=message.length-1;i++) {
ypos[i]=-200
}
function handlerMM(e){
x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX
y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY
flag=1
}
function www_xise_cn() {
if (flag==1 && document.all) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step
ypos[i]=ypos[i-1]
}
xpos[0]=x+step
ypos[0]=y
for (i=0; i<message.length-1; i++) {
var thisspan = eval("span"+(i)+".style")
thisspan.posLeft=xpos[i]
thisspan.posTop=ypos[i]
}
}
else if (flag==1 && document.layers) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step
ypos[i]=ypos[i-1]
}
xpos[0]=x+step
ypos[0]=y
for (i=0; i<message.length-1; i++) {
var thisspan = eval("document.span"+i)
thisspan.left=xpos[i]
thisspan.top=ypos[i]
}
}
var timer=setTimeout("www_xise_cn()",30)
}
for (i=0;i<=message.length-1;i++) {
document.write("<span id='span"+i+"' class='spanstyle'>")
document.write(message[i])
document.write("</span>")
}
if (document.layers){
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;
www_xise_cn();
// -->
</script>
[url=http://niubi2008.longluntan.cn/][img]https://i.servimg.com/u/f34/11/86/40/01/auicau11.gif[/img][/url]<script type="text/javascript">flash = "mf_276";</script>
鼠标:
<style type="text/css">
.spanstyle {
COLOR: #F01E1E; FONT-FAMILY: 宋体; FONT-SIZE: 10pt; POSITION: absolute; TOP: -50px; VISIBILITY: visible
}
</style>
<script>
var x,y
var step=18
var flag=0
var message="★★!"
message=message.split("")
var xpos=new Array()
for (i=0;i<=message.length-1;i++) {
xpos[i]=-50
}
var ypos=new Array()
for (i=0;i<=message.length-1;i++) {
ypos[i]=-200
}
function handlerMM(e){
x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX
y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY
flag=1
}
function www_xise_cn() {
if (flag==1 && document.all) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step
ypos[i]=ypos[i-1]
}
xpos[0]=x+step
ypos[0]=y
for (i=0; i<message.length-1; i++) {
var thisspan = eval("span"+(i)+".style")
thisspan.posLeft=xpos[i]
thisspan.posTop=ypos[i]
}
}
else if (flag==1 && document.layers) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step
ypos[i]=ypos[i-1]
}
xpos[0]=x+step
ypos[0]=y
for (i=0; i<message.length-1; i++) {
var thisspan = eval("document.span"+i)
thisspan.left=xpos[i]
thisspan.top=ypos[i]
}
}
var timer=setTimeout("www_xise_cn()",30)
}
for (i=0;i<=message.length-1;i++) {
document.write("<span id='span"+i+"' class='spanstyle'>")
document.write(message[i])
document.write("</span>")
}
if (document.layers){
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;
www_xise_cn();
// -->
</script>
您在这个论坛的权限:
您不能在这个论坛回复主题