# IE and the flash border

**URL:** https://forum.kirupa.com/t/ie-and-the-flash-border/194899
**Category:** flash
**Created:** [July 27, 2006, 1:37am UTC](https://forum.kirupa.com/t/ie-and-the-flash-border/194899 "2006-07-27T01:37:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 27, 2006, 1:37am UTC](https://forum.kirupa.com/t/ie-and-the-flash-border/194899/1 "2006-07-27T01:37:31Z")

</div>

So, i followed Kirupa’s guide to removing the ‘activate flash object’ or whatever, but when i view the page in IE, the flash doesn’t show up _at all_

it does show up in firefox however

[http://timandmonicagill.com](http://timandmonicagill.com)

i added

```auto
<script type="text/javascript" src="flashobject.js"></script>

<script type="text/javascript">

<div id="flashcontent" style="width: 750px; height: 263px"></div>

var fo = new FlashObject("http://sephiroth.blissdev.com/timnav.swf", "animationName", "366", "86", "8", "#FFFFFF");
fo.addParam("allowScriptAccess", "sameDomain");
fo.addParam("quality", "high");
fo.addParam("scale", "noscale");
fo.addParam("loop", "false");
fo.write("flashcontent");
</script>

```

and uploaded the javascript

so what am i doing wrong?
