Advertisement
Guest User

Untitled

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