# Explorer issues

**URL:** https://forum.kirupa.com/t/explorer-issues/234266
**Category:** web dev
**Created:** [July 31, 2007, 10:23pm UTC](https://forum.kirupa.com/t/explorer-issues/234266 "2007-07-31T22:23:44Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hmmaah](https://avatars.discourse-cdn.com/v4/letter/h/e47774/32.png) [@hmmaah](https://forum.kirupa.com/u/hmmaah)
#### Post date: [July 31, 2007, 10:23pm UTC](https://forum.kirupa.com/t/explorer-issues/234266/1 "2007-07-31T22:23:44Z")

</div>

Hi guys.

I’ve used the kirupa site to generate code which fixes the flash embed issue.

\<script type=“text/javascript”\>  
var fo = new FlashObject("\_html/structure/butcher.swf", “animationName”, “100%”, “100%”, “8”, “#FFFFFF”);  
fo.addParam(“allowScriptAccess”, “sameDomain”);  
fo.addParam(“quality”, “high”);  
fo.addParam(“scale”, “noscale”);  
fo.addParam(“loop”, “false”);  
fo.write(“flashcontent”);  
\</script\>

The song generated is as follows, but my site doesn’t actually work in explorer. The screen remains white until I switch on/off the menu at which point it appears! Does anyone know about this problem?

Any suggestions?

Thanks loads.  
A.
