I am using dreamweaver cs3. I have made a page where i inserted two flash buttons. i then uploaded the page and both of the flash buttons in the same directory. But for some reason i cannot see the buttons when i run the page. Can anyone help me?
This is the code of the page
Code: Select all
<!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>French history site</title>
<style type="text/css">
<!--
body {
background-color: #CCFFCC;
}
.style1 {
font-family: "Comic Sans MS";
font-size: 36px;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<div align="center" class="style1">Welcome to the French History site</div>
<p align="center"><img src="liberte-egalite-fraternite.jpg" width="212" height="291" /></p>
<p align="center">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0','width','100','height','23','title','new members','src','button1','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','bgcolor','#CCFFCC','movie','button1' ); //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=5,0,0,0" width="100" height="23" title="new members">
<param name="movie" value="button1.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#CCFFCC" />
<embed src="button1.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="23" bgcolor="#CCFFCC"></embed>
</object></noscript>
</p>
<p align="center"> </p>
</body>
</html>