gsm_ban.swf file is run on IE but not run on mozilla fire fox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dkyadav80
    New Member
    • Jul 2008
    • 21

    gsm_ban.swf file is run on IE but not run on mozilla fire fox

    gsm_ban.swf file is run on IE but not run on mozilla fire fox

    main code goes here:


    Code:
    <tr>
    <td height="100" align="center" valign="top" bgcolor="#FFFFFF" style="padding-top:2px; padding-bottom:2px;"><script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','896','height','152','title','GSM mobiles','src','haier/images/gsm_ban','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/gsm_ban' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="896" height="152" title="GSM mobiles">
    <param name="movie" value="http://bytes.com/images/gsm_ban.swf" />
    <param name="quality" value="high" />
    <embed src="http://bytes.com/images/gsm_ban.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="896" height="152"></embed>
    </object></noscript></td>
    </tr>
    pls help.
  • joedeene
    Contributor
    • Jul 2008
    • 579

    #2
    I noticed you used the embed tags, look into using swfobject.

    joedeene

    Comment

    Working...