Hi I keep getting getting an error has occured in the script on this page box.
here is page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Page Peel Banner Ad | Extraordinary Way</title>
<script type="text/javascript">
function maximizeFlash() {
a = document.getElementById('theFlash');
a.style.width = '600px';
a.style.height = '600px';
}
function minimizeFlash() {
a = document.getElementById('theFlash');
a.style.width = '170px';
a.style.height = '170px';
}
</script>
<script src="Logic/AC_RunActiveContent.js" type="text/javascript"></script>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(bg.gif);
}
div {
}
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
-->
</style></head>
<body>
<div style="width:100%; height

; text-align:center" align="center">
<div style="width:95%; text-align:left;" align="center">
Lorem ipsum dolor sit amet,
</div>
<div id="theFlash" style="width:170px; height:170px; z-index:65535; text-align:right; position:absolute; top:0px; right:0px;">
<script type="text/javascript">
AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','100%','heig ht','100%','src','pagepeel01','quality','high','pl uginspage','http://www.macromedia.com/go/getflashplayer','allowscriptaccess','always','wmod e','transparent','movie','pagepeel01' ); //end AC code
</script><noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="100%" height="100%">
<param name="movie" value="pagepeel01.swf" />
<param name="quality" value="high" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="transparent" />
<embed src="pagepeel01.swf" width="100%" height="100%" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" allowscriptaccess="always" wmode="transparent"></embed>
</object>
</noscript></div>
</body>
</html>
AC_RunActiveContent.js is in the right folder, as script runs when continue running scripts button is selected.
Any help welcome
thanks
Peter