| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 | 
							
- <!DOCTYPE html>
 
- <html>
 
- <head>
 
-     <meta charset="UTF-8" />
 
- 	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
 
- 	<title>色域迷惑</title>
 
- 	
 
- 	<!-- Allow fullscreen mode on iOS devices. (These are Apple specific meta tags.) -->
 
- 	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui" />
 
- 	<meta name="apple-mobile-web-app-capable" content="yes" />
 
- 	<meta name="apple-mobile-web-app-status-bar-style" content="black" />
 
- 	<link rel="apple-touch-icon" sizes="256x256" href="icon-256.png" />
 
- 	<meta name="HandheldFriendly" content="true" />
 
- 	<!-- Construct 2 exported games require jQuery. -->
 
- 	<script src="jquery-2.0.0.min.js"></script>
 
- 	<link rel="shortcut icon" href="icon.png">
 
- 	<!-- Chrome for Android web app tags -->
 
- 	<meta name="mobile-web-app-capable" content="yes" />
 
-     <!-- All margins and padding must be zero for the canvas to fill the screen. -->
 
- 	<style type="text/css">
 
- 		* {
 
- 			padding: 0;
 
- 			margin: 0;
 
- 		}
 
- 		body {
 
- 			background: #000;
 
- 			color: #fff;
 
- 			overflow: hidden;
 
- 			-ms-touch-action: none;
 
- 		}
 
- 		canvas {
 
- 			touch-action-delay: none;
 
- 			touch-action: none;
 
- 			-ms-touch-action: none;
 
- 		}
 
-     </style>
 
- 	
 
- </head> 
 
-  
 
- <body> 
 
- 	<div id="fb-root"></div>
 
- 	
 
- 	<script>
 
- 	// Issue a warning if trying to preview an exported project on disk.
 
- 	(function(){
 
- 		// Check for running exported on file protocol
 
- 		if (window.location.protocol.substr(0, 4) === "file")
 
- 		{
 
- 			alert("Exported games won't work until you upload them. (When running on the file:/// protocol, browsers block many features from working for security reasons.)");
 
- 		}
 
- 	})();
 
- 	</script>
 
- 	
 
- 	<div id="c2canvasdiv">
 
- 		<canvas id="c2canvas" width="320" height="480">
 
- 		</canvas>
 
- 		
 
- 	</div>
 
- 	<div id="moregame" style="position:fixed;z-index:99; bottom:10px; left:0px; font-size:20px; width:100%; text-align:center;">
 
- 		<a href="javascript:void(0);"  ontouchstart="document.getElementById('share').style.display='';">炫耀一下</a>
 
- 		<a href="javascript:void(0);" onClick="clickMore();">更多游戏</a>
 
- 	</div>
 
- 	<input id="bt-game-id" type="hidden" value="8-fitzcolor">
 
- 	
 
- 	<script src="c2runtime.js"></script>
 
-     <script>
 
- 		// Size the canvas to fill the browser viewport.
 
- 		jQuery(window).resize(function() {
 
- 			cr_sizeCanvas(jQuery(window).width(), jQuery(window).height());
 
- 		});
 
- 		
 
- 		// Start the Construct 2 project running on window load.
 
- 		jQuery(document).ready(function ()
 
- 		{			
 
- 			// Create new runtime using the c2canvas
 
- 			cr_createRuntime("c2canvas");
 
- 		});
 
- 		
 
- 		// Pause and resume on page becoming visible/invisible
 
- 		function onVisibilityChanged() {
 
- 			if (document.hidden || document.mozHidden || document.webkitHidden || document.msHidden)
 
- 				cr_setSuspended(true);
 
- 			else
 
- 				cr_setSuspended(false);
 
- 		};
 
- 		
 
- 		document.addEventListener("visibilitychange", onVisibilityChanged, false);
 
- 		document.addEventListener("mozvisibilitychange", onVisibilityChanged, false);
 
- 		document.addEventListener("webkitvisibilitychange", onVisibilityChanged, false);
 
- 		document.addEventListener("msvisibilitychange", onVisibilityChanged, false);
 
- 		
 
-     </script>
 
- 	<script language=javascript>
 
- 		var mebtnopenurl = 'http://game.ikongzhong.cn/index.html';
 
- var thegameurl ="http://game.ikongzhong.cn/games/symh/"; 
 
- var guanzhuurl ="http://mp.weixin.qq.com/s?__biz=MzI4MjA2MjE0MQ==&mid=246005295&idx=1&sn=490f8141976d607ba079d48f52a3fcd7#rd";
 
- 		window.shareData = {
 
- 		        "imgUrl": "http://mmbiz.qpic.cn/mmbiz/2zpp2iaH4HWH1yXgxEqLG0UslEPjMCgyia6paWSwETpX6DjC9Zap7iaztHeErqZhC2td5WrJXtw9TY9VEvKZ2mInQ/640",
 
- 		        "timeLineLink": thegameurl,
 
- 		        "tTitle": "色域迷惑",
 
- 		        "tContent": "色域迷惑"
 
- 		};
 
- 				
 
- 		function goHome(){
 
- 			window.location=mebtnopenurl;
 
- 		}
 
- 		function clickMore(){
 
- 			if((window.location+"").indexOf("f=zf",1)>0){
 
- 				window.location = mebtnopenurl;
 
- 			 }
 
- 			 else{
 
- 				goHome();
 
- 			 }
 
- 		}
 
- 		function dp_share(){
 
- 			document.getElementById("share").style.display="";
 
- 			
 
- 		}
 
- 		function dp_Ranking(){
 
- 			window.location=mebtnopenurl;
 
- 		}
 
- 		function showAd(){
 
- 		}
 
- 		function hideAd(){
 
- 		}
 
- 		document.addEventListener('WeixinJSBridgeReady', function onBridgeReady() {
 
- 		    
 
- 		    WeixinJSBridge.on('menu:share:appmessage', function(argv) {
 
- 		        WeixinJSBridge.invoke('sendAppMessage', {
 
- 		            "img_url": window.shareData.imgUrl,
 
- 		            "link": window.shareData.timeLineLink,
 
- 		            "desc": window.shareData.tContent,
 
- 		            "title": window.shareData.tTitle
 
- 		        }, onShareComplete);
 
- 		    });
 
- 		    WeixinJSBridge.on('menu:share:timeline', function(argv) {
 
- 		        WeixinJSBridge.invoke('shareTimeline', {
 
- 		            "img_url": window.shareData.imgUrl,
 
- 		            "img_width": "640",
 
- 		            "img_height": "640",
 
- 		            "link": window.shareData.timeLineLink,
 
- 		            "desc": window.shareData.tContent,
 
- 		            "title": window.shareData.tTitle
 
- 		        }, onShareComplete);
 
- 		    });
 
- 		}, false);
 
- 		</script>
 
- 		<div id=share  style="display: none">
 
- 			<img width="100%" src="share.png" style="position: fixed; z-index: 9999; top: 0; left: 0;  "
 
- 				ontouchstart="document.getElementById('share').style.display='none';" />
 
- 		</div>
 
- 			<script type="text/javascript">
 
-             var myData = { gameid: "symh" };
 
- 			 // var domain = ["oixm.cn", "hiemma.cn", "peagame.net"][parseInt(Math.random() * 3)];
 
- 			window.shareData.timeLineLink = mebtnopenurl ;
 
- 			function dp_submitScore(score){
 
- 						myData.score = parseInt(score);
 
- 						myData.scoreName ="获得"+score+"分";		
 
- 						document.title = window.shareData.tTitle = "我在【色域迷惑】中,我获得"+score+"分,你的反应有多快?快来测试一下就知道了!";
 
- 			}
 
- 			function onShareComplete(res) {
 
-                 if (localStorage.myuid && myData.score != undefined) {
 
-                     setTimeout(function(){
 
-                         if (confirm("?")) {
 
-                             window.location =mebtnopenurl ;
 
-                         }
 
-                         else {
 
-                             document.location.href = mebtnopenurl;
 
-                         }
 
-                     }, 500);
 
-                 }
 
- 				else {
 
- 		        	document.location.href = guanzhuurl;
 
- 				}
 
- 	        }
 
- 			</script>
 
- 			<div style="display: none;">
 
- 				<script type="text/javascript" src="http://tajs.qq.com/stats?sId=36313548" charset="UTF-8"></script>
 
- 			</div>
 
- </body> 
 
- </html> 
 
 
  |