Full Page Template xhtml css swfobject


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  5. <title>Page Template</title>
  6. <script type="text/javascript" src="swfobject.js" charset="iso-8859-1"></script>
  7. <script type="text/javascript">
  8. var flashvars = {
  9. ticketsPath: "http://www.andculture.com"
  10. }
  11. swfobject.embedSWF("PATH.swf", "flashReplace", "800", "500", "8.0.0", null, flashvars);
  12. </script>
  13.  
  14. </head>
  15. <body>
  16.  
  17. <style type="text/css">
  18. #flashReplace{
  19. width:800px;height:500px;
  20. }
  21. </style>
  22.  
  23. <div id="flashReplace">
  24. Replaced with flash
  25. </div>
  26.  
  27. </body>
  28. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.