SWFObject + SWFAddress Not working in Firefox

Hi I don’t know why this isn’t working but I am using swfobject and swfaddress for my flash site to make it easier to reach certian pages and have history for flash.

Anyways my site is : http://www.skribbs.com/v4/ and it runs perfectly in Safari and Google Chrome. For some reason it doesn’t work with Firefox.

The code for the page is:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Skribbs.com - Flash Portfolio of Aman Singh</title>    

<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript" src="swfaddress.js"></script>
<script type="text/javascript">
swfobject.embedSWF('SkribbsV4.swf', 'content', '100%', '100%', '9.0.45', 'swfobject/expressinstall.swf', {}, {}, {id: 'site'});
</script>


</head>
<body>
<div id="content">
<a href="http://www.adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
</a>
</div>
</body>
</html>