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

SWF are not displayed in firefox and chrome while in IE they are ok. pls help!

  • 1 resposta
  • 45 have this problem
  • 3 views
  • Last reply by cor-el

more options

Yesterday firefox used to display these swf files but from today i noticed that they are no more displayed. I deleted all internet temporary internet files, restarted the PC, updated the flash plugin but all in vain. On chrome this problem was present from the beginning and on IE, the swf can be viewed easily. Pls help!

Yesterday firefox used to display these swf files but from today i noticed that they are no more displayed. I deleted all internet temporary internet files, restarted the PC, updated the flash plugin but all in vain. On chrome this problem was present from the beginning and on IE, the swf can be viewed easily. Pls help!

All Replies (1)

more options

That is a weird coded web page (created via some special JavaScript code) that has different URL in OBJECT and EMBED. It works for me in Firefox that uses the EMBED, but the URL in the OBJECT give a 404 not found error. Google Chrome seems to use the OBJECT and fails. I'm on Linux, so can't test with IE.


<object height="30" width="960">
<param name="movie" value="header0910_top.swf">
<embed src="header/Header0910_top.swf" height="30" width="960">
</object>
<object height="200" width="960">
<param name="movie" value="header0910_bottom.swf">
<embed src="header/Header0910_bottom.swf" height="200" width="960">
</object>
<object height="420" width="620">
<param name="movie" value="noticeboard.swf">
<embed src="noticeboard/noticeboard.swf" height="420" width="620" align="center">
</object>