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