Advertisement
Guest User

Untitled

a guest
Jun 20th, 2013
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. <div class="flash">
  2. <div id="head">
  3. <div class="alignCenter">
  4. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24"
  5. width="980" height="484">
  6. <param name="movie" value="<?php bloginfo('stylesheet_directory'); ?>/flash/header_v82.swf" />
  7. <param name="quality" value="high" />
  8. <param name="menu" value="false" />
  9. <param name="wmode" value="transparent" />
  10. <!--[if !IE]><-->
  11. <object data="<?php bloginfo('stylesheet_directory'); ?>/flash/header_v82.swf"
  12. width="980" height="484" type="application/x-shockwave-flash">
  13. <param name="quality" value="high" />
  14. <param name="menu" value="false" />
  15. <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
  16. <param name="wmode" value="transparent" />
  17. FAIL (the browser should render some flash content, not this).
  18. </object><!--><![endif]--></object>
  19. </div>
  20. </div>
  21. <script type="text/javascript">
  22. //var fo = new FlashObject("<?php //bloginfo('stylesheet_directory'); ?>/header_v8.swf", "head", "100%", "504", "7", "");
  23.  
  24. var fo = new FlashObject("<?php bloginfo('stylesheet_directory'); ?>/flash/header_v82.swf?xmlUrl=<?php bloginfo('stylesheet_directory'); ?>/flash/tfile_main.xml", "play", "100%", "504", "8", "");
  25. fo.addParam("quality", "high");
  26. fo.addParam("wmode", "transparent");
  27. fo.addParam("scale", "noscale");
  28. fo.write("head");
  29. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement