daily pastebin goal
44%
SHARE
TWEET

Untitled

a guest Feb 12th, 2015 189 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. <!DOCTYPE html>
  3. <!-- saved from url=(0014)about:internet -->
  4. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">    
  5.     <!--
  6.     Smart developers always View Source.
  7.    
  8.     This application was built using Adobe Flex, an open source framework
  9.     for building rich Internet applications that get delivered via the
  10.     Flash Player or to desktops via Adobe AIR.
  11.    
  12.     Learn more about Flex at http://flex.org
  13.     // -->
  14.     <head>
  15.         <title>June-December 2013</title>        
  16.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  17.                 <meta name="Generator" content="[3DPageFlip version 1.5.8] at http://3dpageflip.com/" />
  18.         <meta name="keywords" content="" />
  19.         <meta name="description" content="" />
  20.                 <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and
  21.                      the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as
  22.                          the percentage of the height of its parent container, which has to be set explicitly.  Initially,
  23.                          don't display flashContent div so it won't show if JavaScript disabled.
  24.                 -->
  25.         <style type="text/css" media="screen">
  26.                         html, body      { height:100%; }
  27.                         body { margin:0; padding:0; overflow:auto; text-align:center;
  28.                                background-color: #FFFFFF; }  
  29.                         #flashContent { display:none; }
  30.                         .objMedia{
  31.                                 width:100%;
  32.                                 height:100%;
  33.                         }
  34.         </style>
  35.                
  36.                 <script type="text/javascript">
  37.                         function $(id){
  38.                                 return typeof(id)=="string"?document.getElementById(id):id;
  39.                         }
  40.                         function SetTitle(val){
  41.                                 document.title=val;
  42.                         }
  43.                        
  44.                         function goToPage(PageID){
  45.                                 $('FlipBook3DMain').GoToPage(PageID);
  46.                         }
  47.                        
  48.                         function getParameter(param)
  49.                         {
  50.                                 var query = window.location.search;
  51.                                 var iLen = param.length;
  52.                                 var iStart = query.indexOf(param);
  53.                                 if (iStart == -1)
  54.                                    return "";
  55.                                 iStart += iLen + 1;
  56.                                 var iEnd = query.indexOf("&", iStart);
  57.                                 if (iEnd == -1)
  58.                                    return query.substring(iStart);
  59.                                 return query.substring(iStart, iEnd);
  60.                         }
  61.                        
  62.                         var IntervalResult;
  63.                         function Init(){
  64.                                 var pageID=getParameter('p')
  65.                                 if(pageID!=''){
  66.                                         IntervalResult=setInterval(function(){
  67.                                                 goToPage(parseInt(pageID));
  68.                                                 clearInterval(IntervalResult);
  69.                                         },1000);
  70.                                 }
  71.                         }
  72.                        
  73.                         function SWFCallBack(Obj){
  74.                                 if(Obj.success){
  75.                                         var AObj=$("FlipBook3DMain");
  76.                                         AObj.tabIndex=0;
  77.                                         AObj.focus();
  78.                                 }
  79.                         }
  80.                        
  81.                        
  82.                  var ua = navigator.userAgent.toLowerCase(),
  83.           platform = navigator.platform.toLowerCase(),
  84.           UA = ua.match(/(opera|ie|firefox|chrome|version)[\s\/:]([\w\d\.]+)?.*?(safari|version[\s\/:]([\w\d\.]+)|$)/) || [null, 'unknown', 0],
  85.           mode = UA[1] == 'ie' && document.documentMode;
  86.  
  87.           var Browser = {
  88.           extend: Function.prototype.extend,
  89.           name: (UA[1] == 'version') ? UA[3] : UA[1],
  90.           version: mode || parseFloat((UA[1] == 'opera' && UA[4]) ? UA[4] : UA[2]),
  91.           Platform: {
  92.           name: ua.match(/ip(?:ad|od|hone)/) ? 'ios' : (ua.match(/(?:webos|android|bada|symbian|palm|blackberry)/) || platform.match(/mac|win|linux/) || ['other'])[0]
  93.           },
  94.           Features: {
  95.           xpath: !!(document.evaluate),
  96.           air: !!(window.runtime),
  97.           query: !!(document.querySelector),
  98.           json: !!(window.JSON)
  99.           },
  100.           Plugins: {}
  101.           };
  102.  
  103.                   var mobileFolder = 'mobile';
  104.                   var dir = 'files';
  105.           if(Browser.Platform.name == 'android' || Browser.Platform.name == 'ios') window.location = mobileFolder+"/index.html";
  106.           if(Browser.Platform.name == 'webos' || Browser.Platform.name == 'bada' || Browser.Platform.name == 'symbian' || Browser.Platform.name == 'palm' || Browser.Platform.name == 'blackberry') window.location = dir+"/not_support.html";
  107.                 </script>
  108.                  
  109.         <script type="text/javascript" src="files/swfobject.js"></script>
  110.         <script type="text/javascript">
  111.             <!-- For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. -->
  112.             var swfFileStr=dir+"/FlipBook3DMain.swf?URL="+encodeURIComponent(window.location.href);
  113.             <!-- For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. -->
  114.             var swfVersionStr = "10.0.0";
  115.             <!-- To use express install, set to playerProductInstall.swf, otherwise the empty string. -->
  116.             var xiSwfUrlStr = dir+"/playerProductInstall.swf";
  117.             var flashvars = {URL:window.location.href};
  118.             var params = {};
  119.             params.quality = "high";
  120.             params.bgcolor = "#FFFFFF";
  121.             params.allowscriptaccess = "sameDomain";
  122.             params.allowfullscreen = "true";
  123.             var attributes = {};
  124.             attributes.id = "FlipBook3DMain";
  125.             attributes.name = "FlipBook3DMain";
  126.             attributes.align = "middle";
  127.             swfobject.embedSWF(
  128.                 swfFileStr, "flashContent",
  129.                 "100%", "100%",
  130.                 swfVersionStr, xiSwfUrlStr,
  131.                 flashvars, params, attributes,SWFCallBack);
  132.                         <!-- JavaScript enabled so display the flashContent div in case it is not replaced with a swf object. -->
  133.                         swfobject.createCSS("#flashContent", "display:block;text-align:left;");
  134.         </script>
  135.     </head>
  136.     <body>
  137.         <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough
  138.                          JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
  139.                          when JavaScript is disabled.
  140.                 -->
  141.         <div id="flashContent">
  142.                 <p>
  143.                         To view this page ensure that Adobe Flash Player version
  144.                                 10.0.0 or greater is installed.
  145.                         </p>
  146.                         <script type="text/javascript">
  147.                                 var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://");
  148.                                 document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='"
  149.                                                                 + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" );
  150.                         </script>
  151.         </div>
  152.                
  153.         <noscript>
  154.             <object class="objMedia" id="FlipBook3DMain" type="application/x-shockwave-flash">
  155.                 <param name="movie" value="files/FlipBook3DMain.swf" />
  156.                                 <Param name="classid" value="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" />
  157.                 <param name="quality" value="high" />
  158.                 <param name="bgcolor" value="#FFFFFF" />
  159.                 <param name="allowScriptAccess" value="sameDomain" />
  160.                 <param name="allowFullScreen" value="true" />
  161.                 <!--[if !IE]>-->
  162.                 <object type="application/x-shockwave-flash" data="files/FlipBook3DMain.swf" class="objMedia" >
  163.                     <param name="quality" value="high" />
  164.                     <param name="bgcolor" value="#FFFFFF" />
  165.                     <param name="allowScriptAccess" value="sameDomain" />
  166.                     <param name="allowFullScreen" value="true" />
  167.                 <!--<![endif]-->
  168.                 <!--[if gte IE 6]>-->
  169.                         <p>
  170.                                 Either scripts and active content are not permitted to run or Adobe Flash Player version
  171.                                 10.0.0 or greater is not installed.
  172.                         </p>
  173.                 <!--<![endif]-->
  174.                     <a href="http://www.adobe.com/go/getflashplayer">
  175.                         <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
  176.                     </a>
  177.                 <!--[if !IE]>-->
  178.                 </object>
  179.                 <!--<![endif]-->
  180.             </object>
  181.             </noscript>        
  182.    </body>
  183. </html>
RAW Paste Data
Top