# SWF does not work in Firefox

**URL:** https://forum.kirupa.com/t/swf-does-not-work-in-firefox/283970
**Category:** flash
**Created:** [March 13, 2009, 1:32am UTC](https://forum.kirupa.com/t/swf-does-not-work-in-firefox/283970 "2009-03-13T01:32:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![abichap](https://avatars.discourse-cdn.com/v4/letter/a/e68b1a/32.png) [@abichap](https://forum.kirupa.com/u/abichap)
#### Post date: [March 13, 2009, 1:32am UTC](https://forum.kirupa.com/t/swf-does-not-work-in-firefox/283970/1 "2009-03-13T01:32:04Z")

</div>

Hello,

I have uploaded a swf but when viewed in Firefox, the swf does not work. However, the swf does work in IE.

I’m totally lost for answers as to why this is happening? Could someone advise me? BTW, I used Flash MX 2004 to export the swf.

Anyway, my firefox can view other websites with flash properly so the problem is definitely with my swf.

Anyway, here’s my html if it helps:

\<head\>  
\<meta http-equiv=“Content-Type” content=“text/html; charset=utf-8” /\>  
\<title\>My Website\</title\>

\<style type=“text/css”\>

\</style\>\</head\>  
\<body bgcolor="#000000"\>  
\<table width=“100%” height=“100%” border=“0” cellpadding=“0” cellspacing=“0”\>  
\<tr\>  
\<td align=“center” valign=“middle”\>\<table width=“550” height=“420” border=“0” cellpadding=“0” cellspacing=“0”\>  
\<tr\>  
\<td height=“10”\>\<a href=“about.html” class=“backfont”\>\</a\>\</td\>

```
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td height="400" align="center" valign="middle"&gt;
      &lt;param name="movie" value="vanguard.swf"&gt;
      &lt;param name="quality" value="high"&gt;
    &lt;/object&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;

    &lt;td height="10"&gt;&lt;a href="about.html" class="backfont"&gt;&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;/td&gt;

```

\</tr\>  
\</table\>  
\</body\>  
\</html\>

Thanks to all!

Cheers.
