
漫画的添加格式
|
1
2
3
4
5
|
第一话$xxx1.jpg$manhua第二话$xxx2.jpg$manhua第三话$xxx3.jpg$manhua第四话$xxx4.jpg$manhua第五话$xxx5.jpg$manhua |
修改后台播放器设置宽高为100%,其他的适应自己在模板里面写好。
效果图:

播放器代码:
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><SCRIPT LANGUAGE="JavaScript1.2">adTime=parent.adsTime; 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(); document.getElementById("zzzif").src=parent.adsPage; document.getElementById("zzzif").height=parent.playerh + 10; document.getElementById("zzzif").width=parent.playerw; }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";elseadDiv.visibility ="hide";}onload=initAd;</script></head><body style="margin:0px;padding:0px;"><div id="sponsorAdDiv" style="visibility:hidden; z-index:999; height:105%; width:100%;"><iframe id="zzzif" name="zzzif" src="" scrolling="no" frameborder="0"></iframe></div><div id="player"></div><script>var playerh=parent.playerh;document.getElementById('player').innerHTML = '<iframe src="'+parent.now+'" width="100%" height="100%"></iframe>';</script> </body></html> |
阅读全文
常见问题
资源解压密码是什么?
默认解压密码:www.mubanwu.cc或mubanwu.cc
网盘失效怎么办?
联系本站客服或进群报备
支付后没回调怎么处理?
联系本站客服或者进群报备,提供订单编号!
原文链接:https://www.mubanwu.cc/1818.html,本资源由模板屋整理收集,转载请注明出处。

评论0