index.html 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3. <head>
  4. <title>FDMSv2.0</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <meta name="language" content="en" />
  7. <meta name="description" content="" />
  8. <meta name="keywords" content="" />
  9. <script src="js/swfobject.js" type="text/javascript"></script>
  10. <script type="text/javascript">
  11. var flashvars = {
  12. };
  13. var params = {
  14. menu: "false",
  15. scale: "noScale",
  16. allowFullscreen: "true",
  17. allowScriptAccess: "always",
  18. bgcolor: "#FFFFFF"
  19. };
  20. var attributes = {
  21. id:"FDMSv20"
  22. };
  23. swfobject.embedSWF("FDMSv20.swf", "altContent", "100%", "100%", "10.0.0", "expressInstall.swf", flashvars, params, attributes);
  24. </script>
  25. <style type="text/css">
  26. html, body { height:100%; overflow:hidden; }
  27. body { margin:0; }
  28. </style>
  29. </head>
  30. <body>
  31. <div id="altContent">
  32. <h1>FDMSv2.0</h1>
  33. <p>Alternative content</p>
  34. <p><a href="http://www.adobe.com/go/getflashplayer"><img
  35. src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif"
  36. alt="Get Adobe Flash player" /></a></p>
  37. </div>
  38. </body>
  39. </html>