| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 | 
							- <!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">
 
- <html>
 
- <head>
 
- 	<meta charset="UTF-8">
 
- 	<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1.0" />
 
- 	<meta name="apple-mobile-web-app-capable" content="yes" />
 
- 	<title>监狱风云</title>
 
- <script type="text/javascript">
 
- 	isShouJi();
 
- </script>
 
- <link type="text/css" href="css/game_base.css" rel="stylesheet" />
 
- <script type="text/javascript" src="js/jquery-2.1.0.min.js"></script>
 
- <script type="text/javascript" src="js/createjs.min.js"></script>
 
- <script type="text/javascript" src="js/jquery.cookie.js"></script>
 
- <script type="text/javascript" src="js/game_base.js"></script>
 
- <script type="text/javascript" src="js/createjs_game.js"></script>
 
- <script type="text/javascript" src="js/main.js"></script>
 
- <style type="text/css">
 
- .follow {
 
- 	z-index: 100;
 
- 	position: absolute;
 
- 	left: -500px;
 
- 	bottom: 0px;
 
- 	width: 20%;
 
- 	opacity: 0;
 
- }
 
- .follow img {
 
- 	width: 100%
 
- }
 
- .moreGames {
 
- 	z-index: 100;
 
- 	position: absolute;
 
- 	bottom: 10px;
 
- 	margin-left: auto;
 
- 	margin-right: auto;
 
- 	width: 100%;
 
- 	text-align: center;
 
- }
 
- .moreGames a {
 
- 	font: 11px Arial;
 
- 	text-decoration: none;
 
- 	background-color: #C0C0C0;
 
- 	color: #FFFFFF;
 
- 	padding: 2px 10px 2px 10px;
 
- 	border-radius: 8px;
 
- 	-webkit-border-radius: 8px;
 
- }
 
- #share-wx{
 
- 	background:rgba(0,0,0,0.8);
 
- 	position:absolute;top:0px;
 
- 	left:0px;
 
- 	width:100%;
 
- 	height:100%;
 
- 	z-index:10000;
 
- 	display:none;
 
- }
 
- #wx-qr{
 
- 	background:rgba(0,0,0,0.8);
 
- 	position:absolute;top:0px;
 
- 	left:0px;
 
- 	width:100%;
 
- 	height:100%;
 
- 	z-index:10000;
 
- 	display:none;
 
- }
 
- .lis{overflow: hidden;width: 100%;z-index: 99999;position: absolute;top:0px;}
 
- .lis a{display: block;width:99.9%;color:#ffffff;font-size:14px;text-decoration: none;background:#606783;text-align: center;opacity: 0.5;line-height:30px;font-weight: bold;font-family:"微软雅黑"}
 
- .lis a img{position: relative;top: 1px;}
 
- </style>
 
- </head>
 
- <body>
 
- <canvas id="stage" >
 
- 		您的浏览器不支持html5, 请换用支持html5的浏览器
 
- 		</canvas>
 
- 		<script language=javascript>
 
- 		var mebtnopenurl = 'http://game.ikongzhong.cn';
 
- 		dataForWeixin = {
 
- 				"appId": "",
 
- 		       "imgUrl": "http://mmbiz.qpic.cn/mmbiz/2zpp2iaH4HWFeiab76PdEF0qwrib84iaNAUz8F7Iic9xvsgEjvMRicj7GMbofJnibTzV8NiaAsm2XStgbfqaL7ibWPDhtBQ/640",
 
- 			"url": "http://game.ikongzhong.cn/games/jyfy/",
 
- 		        "tTitle": "监狱风云-空中传媒游戏",
 
- 		        "tContent": "监狱风云准备开机,主角已到齐,就差你了!"
 
- 		};
 
- 				
 
- 		function goHome(){
 
- 			window.location=mebtnopenurl;
 
- 		}
 
- 		function dp_share(){
 
- 			document.title = "龙哥!我把"+myscore+"对吸毒者给办了!监狱犯人配对我最牛,你敢来挑战吗?";
 
- 			document.getElementById("share").style.display="";
 
- 			dataForWeixin.tTitle = document.title;
 
- 		}
 
- 		function dp_Ranking(){
 
- 			window.location=mebtnopenurl;
 
- 		}
 
- 		document.addEventListener('WeixinJSBridgeReady', function onBridgeReady() {
 
- 		    
 
- 		    WeixinJSBridge.on('menu:share:appmessage', function(argv) {
 
- 		        WeixinJSBridge.invoke('sendAppMessage', {
 
- 					"appid": dataForWeixin.appId,
 
- 		            "img_url": dataForWeixin.imgUrl,
 
- 		            "link": dataForWeixin.url,
 
- 		            "desc": dataForWeixin.tContent,
 
- 		            "title": dataForWeixin.tTitle
 
- 		        });
 
- 				 setTimeout(function () {location.href = mebtnopenurl;}, 1500); 
 
- 		    });
 
- 		    WeixinJSBridge.on('menu:share:timeline', function(argv) {
 
- 		        WeixinJSBridge.invoke('shareTimeline', {
 
- 					"appid": dataForWeixin.appId,
 
- 		            "img_url": dataForWeixin.imgUrl,
 
- 		            "img_width": "640",
 
- 		            "img_height": "640",
 
- 		            "link": dataForWeixin.url,
 
- 		            "desc": dataForWeixin.tContent,
 
- 		            "title": dataForWeixin.tTitle
 
- 		        });
 
- 				 setTimeout(function () {location.href = "http://mp.weixin.qq.com/s?__biz=MzI4MjA2MjE0MQ==&mid=246005295&idx=1&sn=490f8141976d607ba079d48f52a3fcd7#rd";}, 1500); 
 
- 		    });
 
- 		}, false);
 
- 		</script>
 
- 		<div id=share style="display: none">
 
- 			<img width=100% src="vapp/share.png" style="position: fixed; z-index: 9999; top: 0; left: 0; display: " ontouchstart="document.getElementById('share').style.display='none';">
 
- 		</div>
 
- 		<script type="text/javascript">
 
- 		var myData = {};
 
- 		var myscore=0;
 
- 		function dp_submitScore(score){
 
- 			myscore=score;
 
- 				myData.score = score;
 
- 				myData.scoreName = score+"对吸毒者";
 
- 				if(score>5){
 
- 					dp_share();
 
- 					if (confirm("真行,配成了"+score+"对吸毒人!要不要通知下小伙伴们呢?")){
 
- 					}
 
- 				}
 
- 		}
 
- 		</script>
 
- 		
 
- 		<div>
 
- 			</div>
 
- 		<div style="display:none;">
 
- 			<script type="text/javascript">
 
- var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
 
- document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F2eac95e2df0ea5d2b0aaa92e3dbbe419' type='text/javascript'%3E%3C/script%3E"));
 
- </script>
 
- 	</div>
 
- </body>
 
- </html>
 
 
  |