Advertisement
Guest User

blah

a guest
Oct 23rd, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <title>ApertureScience</title>
  6. <link href="css/style.css" rel="stylesheet" type="text/css" />
  7. <link rel="shortcut icon" href="favicon.ico" />
  8. <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
  9. </head>
  10.  
  11. <body class="oneColFixCtr">
  12.  
  13. <div id="container">
  14. <div id="mainContent">
  15. <h1>
  16. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="640" height="420" id="FlashID" title="security">
  17. <param name="movie" value="aperturescience.swf" />
  18. <param name="quality" value="high" />
  19. <param name="wmode" value="opaque" />
  20. <param name="swfversion" value="6.0.65.0" />
  21. <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
  22. <param name="expressinstall" value="Scripts/expressInstall.swf" />
  23. <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
  24. <!--[if !IE]>-->
  25. <object type="application/x-shockwave-flash" data="aperturescience.swf" width="640" height="420">
  26. <!--<![endif]-->
  27. <param name="quality" value="high" />
  28. <param name="wmode" value="opaque" />
  29. <param name="swfversion" value="6.0.65.0" />
  30. <param name="expressinstall" value="Scripts/expressInstall.swf" />
  31. <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
  32. <div>
  33. <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
  34. <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
  35. </div>
  36. <!--[if !IE]>-->
  37. </object>
  38. <!--<![endif]-->
  39. </object>
  40. </h1>
  41. <!-- end #mainContent --></div>
  42. <!-- end #container --></div>
  43. <script type="text/javascript">
  44. <!--
  45. swfobject.registerObject("FlashID");
  46. //-->
  47. </script>
  48. </body>
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement