Flash file wont show up on page unless you type in direct location

Flash file wont show up on page unless you type in direct location
im working on a website called phocusmag.com and im trying to get it to have coming soon on it so I created a swf file called index
but it wont play unless you type in. Phocusmag.com/flash/index.swf

For the life of me I cant figure out why it wont go to it…im using dreamweaver cs3 to create the 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>Untitled Document</title>
<script src=“Scripts/AC_RunActiveContent.js” type=“text/javascript”></script>
</head>

<body>
<script type=“text/javascript”>
AC_FL_RunContent( ‘codebase’,‘http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0, 28,0’,‘width’,‘550’,‘height’,‘400’,‘src’,‘http://phocusmag.com/flash/index.swf’, ‘quality’,‘high’,‘pluginspage’,‘http://www.adobe.com/shockwave/download/download .cgi?P1_Prod_Version=ShockwaveFlash’,‘movie’,‘http://phocusmag.com/flash/index.s wf’ ); //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=9,0, 28,0” width=“550” height=“400”>
<param name=“movie” value=“http://phocusmag.com/flash/index.swf” />
<param name=“quality” value=“high” />
<embed src=“http://phocusmag.com/flash/index.swf” quality=“high” pluginspage=“http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFl ash” type=“application/x-shockwave-flash” width=“550” height=“400”></embed>
</object></noscript>
</body>
</html>