Swf not viewing on main server or IE7

I can get my swf file to view on my main server. I works okay on my desktop. I have copied the code from the index.html file inside of the folder structure that is in the image file attached. My main files are in the root directory. I can’t get the files in the image especially the js file to point to the engineering.html file. what am I doing wrong. I got these files from Flash Tuning. I have also uploaded their help file for your review.:m:

engineering.html
design_engineering.html
brownbags.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>htmlvideolist</title>
<script language=“javascript”>AC_FL_RunContent = 0;</script>
<script src=“AC_RunActiveContent.js” language=“javascript”></script>
</head>
<body bgcolor="#161718" style=“margin: 0px 0px;”>
<!–url’s used in the movie–>
<!–text used in the movie–>
<!-- saved from url=(0013)about:internet -->
<script language=“javascript”>
if (AC_FL_RunContent == 0) {
alert(“This page requires AC_RunActiveContent.js.”);
} else {
AC_FL_RunContent(
‘codebase’, ‘http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0’,
‘width’, ‘100%’,
‘height’, ‘100%’,
‘src’, ‘htmlvideolist’,
‘quality’, ‘high’,
‘pluginspage’, ‘http://www.macromedia.com/go/getflashplayer’,
‘align’, ‘middle’,
‘play’, ‘true’,
‘loop’, ‘true’,
‘scale’, ‘showall’,
‘wmode’, ‘window’,
‘devicefont’, ‘false’,
‘id’, ‘htmlvideolist’,
‘bgcolor’, ‘#161718’,
‘name’, ‘htmlvideolist’,
‘menu’, ‘false’,
‘allowFullScreen’, ‘true’,
‘allowScriptAccess’,‘sameDomain’,
‘movie’, ‘htmlvideolist’,
‘salign’, ‘’
); //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=8,0,0,0” width=“100%” height=“100%” id=“htmlvideolist” align=“middle”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“allowFullScreen” value=“true” />
<param name=“movie” value=“htmlvideolist.swf” /><param name=“menu” value=“false” /><param name=“quality” value=“high” /><param name=“bgcolor” value="#161718" /> <embed src=“htmlvideolist.swf” menu=“false” quality=“high” bgcolor="#161718" width=“100%” height=“100%” name=“htmlvideolist” align=“middle” allowScriptAccess=“sameDomain” allowFullScreen=“true” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer” />
</object>
</noscript>
</body>
</html>