I have followed the tutorial here at Kirupa on how to fix the “click to activate” issue with IE and my page doesnt seem to want to show up. The flash for some reason is none existent.
here is my html:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Welcome to Severworks</title>
</head>
<body bgcolor="#ffffff">
<script type="text/javascript" src="/Serverworks/flashobject.js"></script>
<div id="flashcontent" style="width: 850px; height: 750px"></div>
<script type="text/javascript">
var fo = new FlashObject("/Serverworks/finished.swf", "animationName", "850", "750", "8", "#FFFFFF");
fo.addParam("allowScriptAccess", "sameDomain");
fo.addParam("quality", "high");
fo.addParam("scale", "noscale");
fo.addParam("loop", "false");
fo.write("flashcontent");
</script>
</body>
</html>
and here is a link to the page so you can see the problem(rather bland to be honest lol) http://www.softgoowything.com/Serverworks/ie_fix.htm
cheers,:red: