# Fixing the Flash/Embed Issue Kirupa Tutorial, not working for me in IE

**URL:** https://forum.kirupa.com/t/fixing-the-flash-embed-issue-kirupa-tutorial-not-working-for-me-in-ie/191689
**Category:** flash
**Created:** [June 22, 2006, 9:54am UTC](https://forum.kirupa.com/t/fixing-the-flash-embed-issue-kirupa-tutorial-not-working-for-me-in-ie/191689 "2006-06-22T09:54:19Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![messlah](https://avatars.discourse-cdn.com/v4/letter/m/c37758/32.png) [@messlah](https://forum.kirupa.com/u/messlah)
#### Post date: [June 22, 2006, 9:54am UTC](https://forum.kirupa.com/t/fixing-the-flash-embed-issue-kirupa-tutorial-not-working-for-me-in-ie/191689/1 "2006-06-22T09:54:19Z")

</div>

Hey all

Have just run through the flashobject fix for this issue. It works fine in Firefox but when I run the webpage in IE no flash movie shows up. Am i doing anything wrong?

(Im on XPPro SP2, but not many hotfixes installed, (as it crashed my PC))

[FONT=Courier New]\<script type=“text/javascript” src= “flashobject.js”\>\</script\>  
[/FONT]  
\<div id=“flashcontent” style=“width: 785px; height: 330px”\>\</div\>

\<script type=“text/javascript”\>  
var fo = new FlashObject("/images/final\_portfolio.swf?\<%response.write qs%\>", “final\_portfolio.swf”, “785”, “330”, “8”, “#FFFFFF”);  
fo.addParam(“allowScriptAccess”, “sameDomain”);  
fo.addParam(“quality”, “high”);  
fo.addParam(“scale”, “noscale”);  
fo.addParam(“loop”, “false”);  
fo.write(“flashcontent”);  
\</script\>

Have tried without the ?ASP. Any suggestions?
