Hi oldnewbie, cheers for the link so my html has gone from
<html xmlns="
xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>index</title>
</head>
<body bgcolor="#f0e9cd" MARGINHEIGHT="0" MARGINWIDTH="0" TOPMARGIN="0" LEFTMARGIN="0" RIGHTMARGIN="0"
BOTTOMMARGIN="0" SCROLL="YES">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<centre>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="7">
<tr bgcolor="#f0e9cd">
<td align="center" valign="middle"></td>
<td align="center" valign="middle">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
width="1000" height="750" id="index" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="index.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#f0e9cd" /><embed src="index.swf" quality="high" bgcolor="#f0e9cd" width="1000" height="750" name="index" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="
/>
</object>
</td>
</tr>
</table>
</body>
</html>
TO
<html xmlns="
xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>index</title>
</head>
<body bgcolor="#f0e9cd" MARGINHEIGHT="0" MARGINWIDTH="0" TOPMARGIN="0" LEFTMARGIN="0" RIGHTMARGIN="0"
BOTTOMMARGIN="0" SCROLL="YES">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<centre>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="7">
<tr bgcolor="#f0e9cd">
<td align="center" valign="middle"></td>
<td align="center" valign="middle">
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent">
This text is replaced by the Flash movie.
</div>
<script type="text/javascript">
var so = new SWFObject("index.swf", "index", "1000", "750", "8", "#f0e9cd");
so.write("flashcontent");
</script>
</td>
</tr>
</table>
</body>
</html>
But now all I get is
"This text is replaced by the Flash movie."
in the middle of my page any ideas?