Hi! I have been cracking at this issue all night to no avail, here are the details:


I am running Flash & Dreamweaver CS6. I created a flash menu bar for the website I am building (www.bringinthelight.org/peaceinthepark). I had the menu bar working last night, but it stopped working when I made a change to the site and now I cannot get it to work again. All I am seeing is a white box where the flash menu bar should be. I am pretty certain my path names are all correct. I am using CSS to build the site. Here is my code for index.php:

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Peace in the Park</title>
<script src="http://use.edgefonts.net/amaranth.js"></script>
<script src="http://use.edgefonts.net/gloria-hallelujah.js"></script>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<link href="pip.css" rel="stylesheet" type="text/css">
</head>

<body>
<div id="container">
<div id="container_left"></div>
<div id="container_middle">
<div id="header"></div>
<div id="menu_bar">
<object id="FlashID" classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" width="932" height="42">
<param name="movie" value="images/menu.swf">
<param name="quality" value="high">
<param name="wmode" value="opaque">
<param name="swfversion" value="15.0.0.0">
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
<param name="expressinstall" value="Scripts/expressInstall.swf">
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="images/menu.swf" width="932" height="42">
<!--<![endif]-->
<param name="quality" value="high">
<param name="wmode" value="opaque">
<param name="swfversion" value="15.0.0.0">
<param name="expressinstall" value="Scripts/expressInstall.swf">
<!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
<div id="left_column">
<img src="images/unplug.png" width="300" height="200" alt="Unplug">
<div id="text_box"><p>Energize, relax, and explore in a peaceful, loving environment. Learn to meditate in our meditation tent or unwind under the banyan trees.</p></div>
</div>
<div id="center_column">
<img src="images/itsfree.png" width="300" height="200" alt="It's Free!">
<div id="text_box"><p>Musicians and performers of all kinds have united to bring peace to the park. Whether you are listening to the fresh fusion sound of Stacey Berkley on the electric harp or feeling the rhythm of Africa with Willie Stewart, your spirit is sure to dance!</p></div>
</div>
<div id="right_column">
<img src="images/familyfun.png" width="300" height="200" alt="Family Fun!">
<div id="text_box"><p>With live music, exhibits at the art gallery, and activities ranging from a children's parade to parenting, health, & lifestyle talks, there is sure to be excitement for the whole family! </p></div>
</div>
</div>
<div id="container_right"></div>
</div>
<script type="text/javascript">
swfobject.registerObject("FlashID");
swfobject.registerObject("FlashID");
</script>
</body>
</html>



I really am very new with Flash and have no idea what I am doing wrong. My deadline is Sunday and I really need help!! Please help me out, thank you so much for reading