• Hello All. Happy Halloween!
    I’ve recently updated my Blog with new 3 columns style from scratch and now I can not trouble shoot this problem I ran into. I can see my banner on Firefox fine BUT not for IE. I can hear the music but not the graphic. My banner/logo is a Flash file.
    On my wp-layout looks like this:
    #header {
    background: url(wp-images/logos/logouo.swf) no-repeat;
    margin: 0px 0;
    padding: 0px;
    height: -55px;
    text-align: center;
    background: #008CD2;
    font-family: arial, helvetica, sans-serif;
    }
    It seems like it doesn’t work. I manually had to insert the Object line onto my index.php:
    <object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&#8243; width=”769″ height=”100″>
    <param name=”movie” value=”wp-images/logos/logouo1.swf” />
    <param name=”quality” value=”high” />
    <embed src=”wp-images/logos/logouo1.swf” quality=”high” pluginspage=”https://www.macromedia.com/go/getflashplayer&#8221; type=”application/x-shockwave-flash” width=”769″ height=”100″></embed>
    </object>
    You can view it here: https://www.forceforge.com
    Thank you in advance.

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Banner’s not displaying on IE but Firefox’ is closed to new replies.