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>
</tr>
<tr>
<td height="400" align="center" valign="middle">
<param name="movie" value="vanguard.swf">
<param name="quality" value="high">
</object></td>
</tr>
<tr>
<td height="10"><a href="about.html" class="backfont"></a></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
Thanks to all!
Cheers.