PageRenderTime 34ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/examples/CustomMapMoon/bin-release/srcview/SourceTree.html

http://gmaps-utility-library-flash.googlecode.com/
HTML | 121 lines | 50 code | 3 blank | 68 comment | 0 complexity | 14e9a93212127eaf9e087ef1597d4477 MD5 | raw file
  1. <!-- saved from url=(0014)about:internet -->
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title></title>
  6. <script src="AC_OETags.js" language="javascript"></script>
  7. <style>
  8. body { margin: 0px; overflow:hidden }
  9. .downloadLink { font-weight: bold; color: #0000FF; font-family: sans-serif; font-size: x-small; line-height: 150% }
  10. </style>
  11. <script language="JavaScript" type="text/javascript">
  12. <!--
  13. // -----------------------------------------------------------------------------
  14. // Globals
  15. // Major version of Flash required
  16. var requiredMajorVersion = 9;
  17. // Minor version of Flash required
  18. var requiredMinorVersion = 0;
  19. // Minor version of Flash required
  20. var requiredRevision = 0;
  21. // -----------------------------------------------------------------------------
  22. // -->
  23. function loadIntoMain(url) {
  24. parent.mainFrame.location.href = url;
  25. }
  26. </script>
  27. </head>
  28. <body scroll="no">
  29. <table width="100%" height="100%">
  30. <tr><td colspan="2">
  31. <script language="JavaScript" type="text/javascript">
  32. <!--
  33. // Version check for the Flash Player that has the ability to start Player Product Install (6.0r65)
  34. var hasProductInstall = DetectFlashVer(6, 0, 65);
  35. // Version check based upon the values defined in globals
  36. var hasRequestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
  37. // Check to see if a player with Flash Product Install is available and the version does not meet the requirements for playback
  38. if ( hasProductInstall && !hasRequestedVersion ) {
  39. // MMdoctitle is the stored document.title value used by the installation process to close the window that started the process
  40. // This is necessary in order to close browser windows that are still utilizing the older version of the player after installation has completed
  41. // DO NOT MODIFY THE FOLLOWING FOUR LINES
  42. // Location visited after installation is complete if installation is required
  43. var MMPlayerType = (isIE == true) ? "ActiveX" : "PlugIn";
  44. var MMredirectURL = window.location;
  45. document.title = document.title.slice(0, 47) + " - Flash Player Installation";
  46. var MMdoctitle = document.title;
  47. AC_FL_RunContent(
  48. "src", "playerProductInstall",
  49. "FlashVars", "MMredirectURL="+MMredirectURL+'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"",
  50. "width", "100%",
  51. "height", "100%",
  52. "align", "middle",
  53. "id", "SourceTree",
  54. "quality", "high",
  55. "bgcolor", "#ffffff",
  56. "name", "SourceTree",
  57. "allowScriptAccess","sameDomain",
  58. "type", "application/x-shockwave-flash",
  59. "pluginspage", "http://www.adobe.com/go/getflashplayer"
  60. );
  61. } else if (hasRequestedVersion) {
  62. // if we've detected an acceptable version
  63. // embed the Flash Content SWF when all tests are passed
  64. AC_FL_RunContent(
  65. "src", "SourceTree",
  66. "width", "100%",
  67. "height", "100%",
  68. "align", "middle",
  69. "id", "SourceTree",
  70. "quality", "high",
  71. "bgcolor", "#ffffff",
  72. "name", "SourceTree",
  73. "allowScriptAccess","sameDomain",
  74. "type", "application/x-shockwave-flash",
  75. "pluginspage", "http://www.adobe.com/go/getflashplayer"
  76. );
  77. } else { // flash is too old or we can't detect the plugin
  78. var alternateContent = 'Alternate HTML content should be placed here. '
  79. + 'This content requires the Adobe Flash Player. '
  80. + '<a href=http://www.adobe.com/go/getflash/>Get Flash</a>';
  81. document.write(alternateContent); // insert non-flash content
  82. }
  83. // -->
  84. </script>
  85. <noscript>
  86. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  87. id="SourceTree" width="100%" height="100%"
  88. codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
  89. <param name="movie" value="SourceTree.swf" />
  90. <param name="quality" value="high" />
  91. <param name="bgcolor" value="#ffffff" />
  92. <param name="allowScriptAccess" value="sameDomain" />
  93. <embed src="SourceTree.swf" quality="high" bgcolor="#ffffff"
  94. width="100%" height="100%" name="SourceTree" align="middle"
  95. play="true"
  96. loop="false"
  97. quality="high"
  98. allowScriptAccess="sameDomain"
  99. type="application/x-shockwave-flash"
  100. pluginspage="http://www.adobe.com/go/getflashplayer">
  101. </embed>
  102. </object>
  103. </noscript>
  104. </td></tr>
  105. <tr height="40">
  106. <td><img src="downloadIcon.png" width="32" height="32"/></td>
  107. <td>
  108. <a href="CustomMapMoon.zip" class="downloadLink" target="_top">Download source (ZIP, 14K)</a><br/>
  109. <a href="http://www.adobe.com/go/flex3_sdk" class="downloadLink" target="_top">Download Flex 3 SDK</a>
  110. </td>
  111. </tr>
  112. </table>
  113. </body>
  114. </html>