Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Cuireadh an snáithe seo sa chartlann. Cuir ceist nua má tá cabhair uait.

Why does my website, http://ironstonerealtyconsultants.com/, not display properly on Firefox?

  • 3 fhreagra
  • 16 leis an bhfadhb seo
  • 12 views
  • Freagra is déanaí ó cor-el

more options

The logo on my website does not display in the center like on IE.

The logo on my website does not display in the center like on IE.

Réiteach roghnaithe

You do not have code for Firefox to display that Flash object.
Firefox ignores an object if it has a classid.

You need to add code for Firefox with type="application/x-shockwave-flash" as well.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="980" height="342" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24">
<param name="movie" value="/images/stories/header_v8.swf" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />

 <!--[if !IE]>-->
 <object data="/images/stories/header_v8.swf" width="980" height="342" type="application/x-shockwave-flash">
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />
  </object>
 <!--<![endif]-->

</object>
Read this answer in context 👍 0

All Replies (3)

more options

Réiteach Roghnaithe

You do not have code for Firefox to display that Flash object.
Firefox ignores an object if it has a classid.

You need to add code for Firefox with type="application/x-shockwave-flash" as well.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="980" height="342" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24">
<param name="movie" value="/images/stories/header_v8.swf" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />

 <!--[if !IE]>-->
 <object data="/images/stories/header_v8.swf" width="980" height="342" type="application/x-shockwave-flash">
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />
  </object>
 <!--<![endif]-->

</object>

Athraithe ag cor-el ar

more options

Thank you.

Athraithe ag mark.hooper ar