index.html 4.2 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. // Globals
  26. // Major version of Flash required
  27. var requiredMajorVersion = 10;
  28. // Minor version of Flash required
  29. var requiredMinorVersion = 1;
  30. // Minor version of Flash required
  31. var requiredRevision = 53;
  32. // -----------------------------------------------------------------------------
  33. // -->
  34. </script>
  35. </head>
  36. <body scroll="no">
  37. <script language="JavaScript" type="text/javascript">
  38. // Version check for the Flash Player that has the ability to start Player Product Install (6.0r65)
  39. var hasProductInstall = DetectFlashVer(6, 0, 65);
  40. // Version check based upon the values defined in globals
  41. var hasRequestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
  42. if ( hasProductInstall && !hasRequestedVersion ) {
  43. // DO NOT MODIFY THE FOLLOWING FOUR LINES
  44. // Location visited after installation is complete if installation is required
  45. var MMPlayerType = (isIE == true) ? "ActiveX" : "PlugIn";
  46. var MMredirectURL = window.location;
  47. document.title = document.title.slice(0, 47) + " - Flash Player Installation";
  48. var MMdoctitle = document.title;
  49. AC_FL_RunContent(
  50. "src", "playerProductInstall",
  51. "FlashVars", "MMredirectURL="+MMredirectURL+'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"",
  52. "width", "100%",
  53. "height", "100%",
  54. "align", "middle",
  55. "id", "IntimaMedia",
  56. "quality", "high",
  57. "bgcolor", "#ffffff",
  58. "name", "IntimaMedia",
  59. "allowScriptAccess","sameDomain",
  60. "type", "application/x-shockwave-flash",
  61. "pluginspage", "http://www.adobe.com/go/getflashplayer"
  62. );
  63. } else if (hasRequestedVersion) {
  64. // if we've detected an acceptable version
  65. // embed the Flash Content SWF when all tests are passed
  66. AC_FL_RunContent(
  67. "src", "IntimaMedia",
  68. "width", "100%",
  69. "height", "100%",
  70. "align", "middle",
  71. "id", "IntimaMedia",
  72. "quality", "high",
  73. "bgcolor", "#ffffff",
  74. "name", "IntimaMedia",
  75. "allowScriptAccess","sameDomain",
  76. "type", "application/x-shockwave-flash",
  77. "pluginspage", "http://www.adobe.com/go/getflashplayer"
  78. );
  79. } else { // flash is too old or we can't detect the plugin
  80. var alternateContent = 'Alternate HTML content should be placed here. '
  81. + 'This content requires the Adobe Flash Player. '
  82. + '<a href=http://www.adobe.com/go/getflash/>Get Flash</a>';
  83. document.write(alternateContent); // insert non-flash content
  84. }
  85. // -->
  86. </script>
  87. <noscript>
  88. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  89. id="IntimaMedia" width="100%" height="100%"
  90. codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
  91. <param name="movie" value="IntimaMedia.swf" />
  92. <param name="quality" value="high" />
  93. <param name="bgcolor" value="#ffffff" />
  94. <param name="allowScriptAccess" value="sameDomain" />
  95. <embed src="IntimaMedia.swf" quality="high" bgcolor="#ffffff"
  96. width="100%" height="100%" name="IntimaMedia" align="middle"
  97. play="true"
  98. loop="false"
  99. quality="high"
  100. allowScriptAccess="sameDomain"
  101. type="application/x-shockwave-flash"
  102. pluginspage="http://www.adobe.com/go/getflashplayer">
  103. </embed>
  104. </object>
  105. </noscript>
  106. </body>
  107. </html>