• in my header file i have logo – swf file…

    it works perfectly in firefox… but in Opera and IE dont want to show…

    Could someone help me?

    it could be something wrong with path… but in dont know how to fix this…

    swf file is in theme folder of wp ../THEME/images/logo.swf

    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="382" height="182" id="logo" align="middle">
    				<param name="movie" value="<?php echo sb_get_logo(); ?>" />
    				<param name="quality" value="high" />
    				<param name="bgcolor" value="#ffffff" />
    				<param name="play" value="true" />
    				<param name="loop" value="true" />
    				<param name="wmode" value="window" />
                    <param name="wmode" value="transparent" />
    				<param name="scale" value="showall" />
    				<param name="menu" value="true" />
    				<param name="devicefont" value="false" />
    				<param name="salign" value="" />
    				<param name="allowScriptAccess" value="sameDomain" />
    				<!--[if !IE]>-->
    				<object type="application/x-shockwave-flash" data="<?php echo sb_get_logo(); ?>" width="382" height="182">
    					<param name="movie" value="logo.swf" />
    					<param name="quality" value="high" />
    					<param name="bgcolor" value="#ffffff" />
    					<param name="play" value="true" />
    					<param name="loop" value="true" />
    					<param name="wmode" value="window" />
                        <param name="wmode" value="transparent" />
    					<param name="scale" value="showall" />
    					<param name="menu" value="true" />
    					<param name="devicefont" value="false" />
    					<param name="salign" value="" />
    					<param name="allowScriptAccess" value="sameDomain" />
    				<!--<![endif]-->
    					<a href="https://www.adobe.com/go/getflash">
    						<img src="https://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Pobierz odtwarzacz Adobe Flash Player" />
    					</a>
    				<!--[if !IE]>-->
    				</object>
    				<!--<![endif]-->
    			</object>
Viewing 1 replies (of 1 total)
  • I believe IE requires “embed” – which you don’t have.

    Your best best, in all cases, would be to use SWFObject. Helps with these issues, an deprecates nicely.

Viewing 1 replies (of 1 total)
  • The topic ‘Swf in header… dont work in Opera and IE…’ is closed to new replies.