• I have a Flash header that I’d like to implement in my wp header.

    This is the same code I have used before in a regular website (not a wp blog) and it has always worked. However, when I tried it in my blog header, it isn’t showing up. If you right click where the header would be, you will see that is Flash, but you just cannot see it.

    I have the img directory, the getimglist.txt, and the flashslide.swf all there.

    <!-- FLASH HEADER -->
    	<div style="position: relative; width: 780px; height: 170px; overflow:hidden">
    
    	<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    	 codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    	 WIDTH="2000" HEIGHT="2000" id="flashslide" ALIGN="">
    	 <PARAM NAME=movie VALUE="flashslide.swf?imglist_fn=getimglist.txt&img_path=img&interval=3000&w=780&h=170">
    	 <PARAM NAME=quality VALUE=high>
    	  <PARAM NAME=scale VALUE=noscale>
    	  <PARAM NAME=wmode VALUE=transparent>
    	   <PARAM NAME=bgcolor VALUE=#FFFFFF>
    	   <EMBED src="flashslide.swf?&imglist_fn=getimglist.txt&img_path=img&interval=3000&w=780&h=170" quality=high scale=noscale wmode=transparent bgcolor=#FFFFFF  WIDTH="2000" HEIGHT="2000" NAME="flashslide" ALIGN=""
    	 TYPE="application/x-shockwave-flash" PLUGINSPAGE="https://www.macromedia.com/go/getflashplayer"></EMBED>
    	</OBJECT>
    
    	</div>
    <!-- END FLASH -->

    Thank you for your help!

  • The topic ‘Flash header not appearing’ is closed to new replies.