DotMap.html 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <!-- saved from url=(0014)about:internet -->
  2. <html lang="en">
  3. <!--
  4. Smart developers always View Source.
  5. This application was built using Adobe Flex, an open source framework
  6. for building rich Internet applications that get delivered via the
  7. Flash Player or to desktops via Adobe AIR.
  8. Learn more about Flex at http://flex.org
  9. // -->
  10. <head>
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  12. <!-- BEGIN Browser History required section -->
  13. <link rel="stylesheet" type="text/css" href="history/history.css" />
  14. <!-- END Browser History required section -->
  15. <title></title>
  16. <script src="AC_OETags.js" language="javascript"></script>
  17. <!-- BEGIN Browser History required section -->
  18. <script src="history/history.js" language="javascript"></script>
  19. <!-- END Browser History required section -->
  20. <style>
  21. body { margin: 0px; overflow:hidden }
  22. </style>
  23. <script language="JavaScript" type="text/javascript">
  24. <!--
  25. // -----------------------------------------------------------------------------
  26. // Globals
  27. // Major version of Flash required
  28. var requiredMajorVersion = 10;
  29. // Minor version of Flash required
  30. var requiredMinorVersion = 0;
  31. // Minor version of Flash required
  32. var requiredRevision = 0;
  33. // -----------------------------------------------------------------------------
  34. // -->
  35. </script>
  36. </head>
  37. <body scroll="no">
  38. <script language="JavaScript" type="text/javascript">
  39. <!--
  40. // Version check for the Flash Player that has the ability to start Player Product Install (6.0r65)
  41. var hasProductInstall = DetectFlashVer(6, 0, 65);
  42. // Version check based upon the values defined in globals
  43. var hasRequestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
  44. if ( hasProductInstall && !hasRequestedVersion ) {
  45. // DO NOT MODIFY THE FOLLOWING FOUR LINES
  46. // Location visited after installation is complete if installation is required
  47. var MMPlayerType = (isIE == true) ? "ActiveX" : "PlugIn";
  48. var MMredirectURL = window.location;
  49. document.title = document.title.slice(0, 47) + " - Flash Player Installation";
  50. var MMdoctitle = document.title;
  51. AC_FL_RunContent(
  52. "src", "playerProductInstall",
  53. "FlashVars", "MMredirectURL="+MMredirectURL+'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"",
  54. "width", "100%",
  55. "height", "100%",
  56. "align", "middle",
  57. "id", "DotMap",
  58. "quality", "high",
  59. "bgcolor", "#ffffff",
  60. "name", "DotMap",
  61. "allowScriptAccess","sameDomain",
  62. "type", "application/x-shockwave-flash",
  63. "pluginspage", "http://www.adobe.com/go/getflashplayer"
  64. );
  65. } else if (hasRequestedVersion) {
  66. // if we've detected an acceptable version
  67. // embed the Flash Content SWF when all tests are passed
  68. AC_FL_RunContent(
  69. "src", "DotMap",
  70. "width", "100%",
  71. "height", "100%",
  72. "align", "middle",
  73. "id", "DotMap",
  74. "quality", "high",
  75. "bgcolor", "#ffffff",
  76. "name", "DotMap",
  77. "allowScriptAccess","sameDomain",
  78. "type", "application/x-shockwave-flash",
  79. "pluginspage", "http://www.adobe.com/go/getflashplayer"
  80. );
  81. } else { // flash is too old or we can't detect the plugin
  82. var alternateContent = 'Alternate HTML content should be placed here. '
  83. + 'This content requires the Adobe Flash Player. '
  84. + '<a href=http://www.adobe.com/go/getflash/>Get Flash</a>';
  85. document.write(alternateContent); // insert non-flash content
  86. }
  87. // -->
  88. </script>
  89. <noscript>
  90. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  91. id="DotMap" width="100%" height="100%"
  92. codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
  93. <param name="movie" value="DotMap.swf" />
  94. <param name="quality" value="high" />
  95. <param name="bgcolor" value="#ffffff" />
  96. <param name="allowScriptAccess" value="sameDomain" />
  97. <embed src="DotMap.swf" quality="high" bgcolor="#ffffff"
  98. width="100%" height="100%" name="DotMap" align="middle"
  99. play="true"
  100. loop="false"
  101. quality="high"
  102. allowScriptAccess="sameDomain"
  103. type="application/x-shockwave-flash"
  104. pluginspage="http://www.adobe.com/go/getflashplayer">
  105. </embed>
  106. </object>
  107. </noscript>
  108. </body>
  109. </html>