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?