I am fairly new at creating a webpage, and I am having some troubles having my flash opening video appear on my main page. When looking at the design of it on Dreamweaver it looks fine, but when I check on my browser it doesn't appear. Here is the coding that it has put for the site so far :
<!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>
<style type="text/css">
<!--
body {
background-image: url(../DC%20Sales%20Wallpaper.jpg);
}
#apDiv1 {
position:absolute;
width:200px;
height:115px;
z-index:1;
}
#apDiv2 {
position:absolute;
width:200px;
height:115px;
z-index:1;
left: 541px;
top: 80px;
}
#apDiv3 {
position:absolute;
width:200px;
height:115px;
z-index:1;
left: 183px;
top: 346px;
}
-->
</style></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','1200','heig ht','447','src','New Opening','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','New Opening' ); //end AC code
</script>
<center>
<noscript>
<object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1200" height="447">
<param name="movie" value="New Opening.swf" />
<param name="quality" value="high" /><param name="LOOP" value="false" />
<embed src="New Opening.swf" width="1200" height="447" loop="false" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>
</object>
</noscript>
</center>
</noscript>
</body>
</html>