/examples/ArcGISLink/bin-release/LayerQuery3.html
HTML | 108 lines | 73 code | 3 blank | 32 comment | 0 complexity | b5a43bfa5530ff3b33832b776ad837f8 MD5 | raw file
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<!-- saved from url=(0014)about:internet --> 3<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 4 <!-- 5 Smart developers always View Source. 6 7 This application was built using Adobe Flex, an open source framework 8 for building rich Internet applications that get delivered via the 9 Flash Player or to desktops via Adobe AIR. 10 11 Learn more about Flex at http://flex.org 12 // --> 13 <head> 14 <title></title> 15 <meta name="google" value="notranslate"> 16 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 17 <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and 18 the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as 19 the percentage of the height of its parent container, which has to be set explicitly. Fix for 20 Firefox 3.6 focus border issues. Initially, don't display flashContent div so it won't show 21 if JavaScript disabled. 22 --> 23 <style type="text/css" media="screen"> 24 html, body { height:100%; } 25 body { margin:0; padding:0; overflow:auto; text-align:center; 26 background-color: #ffffff; } 27 object:focus { outline:none; } 28 #flashContent { display:none; } 29 </style> 30 31 <!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens --> 32 <!-- BEGIN Browser History required section --> 33 <link rel="stylesheet" type="text/css" href="history/history.css" /> 34 <script type="text/javascript" src="history/history.js"></script> 35 <!-- END Browser History required section --> 36 37 <script type="text/javascript" src="swfobject.js"></script> 38 <script type="text/javascript"> 39 <!-- For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. --> 40 var swfVersionStr = "10.0.0"; 41 <!-- To use express install, set to playerProductInstall.swf, otherwise the empty string. --> 42 var xiSwfUrlStr = "playerProductInstall.swf"; 43 var flashvars = {}; 44 var params = {}; 45 params.quality = "high"; 46 params.bgcolor = "#ffffff"; 47 params.allowscriptaccess = "sameDomain"; 48 params.allowfullscreen = "true"; 49 var attributes = {}; 50 attributes.id = "LayerQuery3"; 51 attributes.name = "LayerQuery3"; 52 attributes.align = "middle"; 53 swfobject.embedSWF( 54 "LayerQuery3.swf", "flashContent", 55 "100%", "100%", 56 swfVersionStr, xiSwfUrlStr, 57 flashvars, params, attributes); 58 <!-- JavaScript enabled so display the flashContent div in case it is not replaced with a swf object. --> 59 swfobject.createCSS("#flashContent", "display:block;text-align:left;"); 60 </script> 61 </head> 62 <body> 63 <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough 64 JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show 65 when JavaScript is disabled. 66 --> 67 <div id="flashContent"> 68 <p> 69 To view this page ensure that Adobe Flash Player version 70 10.0.0 or greater is installed. 71 </p> 72 <script type="text/javascript"> 73 var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); 74 document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" 75 + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); 76 </script> 77 </div> 78 79 <noscript> 80 <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="LayerQuery3"> 81 <param name="movie" value="LayerQuery3.swf" /> 82 <param name="quality" value="high" /> 83 <param name="bgcolor" value="#ffffff" /> 84 <param name="allowScriptAccess" value="sameDomain" /> 85 <param name="allowFullScreen" value="true" /> 86 <!--[if !IE]>--> 87 <object type="application/x-shockwave-flash" data="LayerQuery3.swf" width="100%" height="100%"> 88 <param name="quality" value="high" /> 89 <param name="bgcolor" value="#ffffff" /> 90 <param name="allowScriptAccess" value="sameDomain" /> 91 <param name="allowFullScreen" value="true" /> 92 <!--<![endif]--> 93 <!--[if gte IE 6]>--> 94 <p> 95 Either scripts and active content are not permitted to run or Adobe Flash Player version 96 10.0.0 or greater is not installed. 97 </p> 98 <!--<![endif]--> 99 <a href="http://www.adobe.com/go/getflashplayer"> 100 <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" /> 101 </a> 102 <!--[if !IE]>--> 103 </object> 104 <!--<![endif]--> 105 </object> 106 </noscript> 107 </body> 108</html>