meetthewizard.html 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. <style>
  5. p {color: #ffffff;}
  6. </style>
  7. <link rel="stylesheet" type="text/css" href="./css/style.css">
  8. <script language="javascript">
  9. document.onmousedown=disableclick;
  10. function disableclick(event)
  11. {
  12. if(event.button==2)
  13. {
  14. return false;
  15. }
  16. }
  17. </script>
  18. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  19. <title>Spellbound | Meet The Wizard</title>
  20. <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
  21. </head>
  22. <body bgcolor="000000" oncontextmenu="return false">
  23. <embed src="mtwaudio.mp3" width="180" height="90" loop="false" autostart="true" hidden="true" />
  24. <div align="center">
  25. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1024" height="768" align="middle" id="FlashID" title="Meet The Wizard">
  26. <param name="movie" value="img/mtw.swf" />
  27. <param name="quality" value="high" />
  28. <param name="wmode" value="opaque" />
  29. <param name="swfversion" value="6.0.65.0" />
  30. <!-- 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. -->
  31. <param name="expressinstall" value="Scripts/expressInstall.swf" />
  32. <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
  33. <!--[if !IE]>-->
  34. <object data="img/mtw.swf" type="application/x-shockwave-flash" width="1037" height="778" align="middle">
  35. <!--<![endif]-->
  36. <param name="quality" value="high" />
  37. <param name="wmode" value="opaque" />
  38. <param name="swfversion" value="6.0.65.0" />
  39. <param name="expressinstall" value="Scripts/expressInstall.swf" />
  40. <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
  41. <div>
  42. <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
  43. <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>
  44. </div>
  45. <!--[if !IE]>-->
  46. </object>
  47. <!--<![endif]-->
  48. </object>
  49. </div>
  50. <script type="text/javascript">
  51. swfobject.registerObject("FlashID");
  52. </script>
  53. </body>
  54. <footer>
  55. <center>
  56. <a href="navigation.html"><img width="20%" src="./img/home.png"></a>
  57. </center>
  58. </footer>
  59. </html>