# SWFObject + SWFAddress Not working in Firefox

**URL:** https://forum.kirupa.com/t/swfobject-swfaddress-not-working-in-firefox/310056
**Category:** Uncategorized
**Created:** [May 31, 2010, 3:15pm UTC](https://forum.kirupa.com/t/swfobject-swfaddress-not-working-in-firefox/310056 "2010-05-31T15:15:20Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mr\_skribbs](https://avatars.discourse-cdn.com/v4/letter/m/34f0e0/32.png) [@mr\_skribbs](https://forum.kirupa.com/u/mr_skribbs)
#### Post date: [May 31, 2010, 3:15pm UTC](https://forum.kirupa.com/t/swfobject-swfaddress-not-working-in-firefox/310056/1 "2010-05-31T15:15:20Z")

</div>

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/](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:

```auto

<!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>

```
