Hello I trying to make a storyboard media player. I'm running into two problems. When I click the .swf to play in the target movie iframe, there is no controller. My next problem is that I made a placeholder plugin. Its not showing up in ie, but works in firefox. Can someone help me?

Here is my code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>VIDEOPAGE</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--Fireworks 8 Dreamweaver 8 target. Created Wed Sep 19 21:49:50 GMT-0400 (Eastern Daylight Time) 2007-->
<style type="text/css">
<!--
#Layer1 {
position:absolute;
left:153px;
top:584px;
width:463px;
height:329px;
background-color:#FFFFFF;
layer-background-color:#FFFFFF;
border:1px none #000000;
z-index:1;
}
#Layer2 {
position:absolute;
left:155px;
top:586px;
width:461px;
height:339px;
background-color:#FFFFFF;
layer-background-color:#FFFFFF;
border:1px none #000000;
z-index:1;
}
-->
</style>
</head>
<body bgcolor="#ffffff">
<div id="Layer2">
<iframe src= "churchclothespart1.mov" name="movie" align="middle" frameborder="no" height="339" scrolling="auto" width="100%"> </iframe>
</div>
<img name="VIDEOPAGE" src="VIDEOPAGE.png" width="990" height="1085" border="0" id="VIDEOPAGE" usemap="#m_VIDEOPAGE" alt="" />
<map name="m_VIDEOPAGE" id="m_VIDEOPAGE">
<area shape="rect" coords="630,581,865,632" href="churchclothespart1.swf" target="movie" alt="" />
<area shape="rect" coords="627,718,868,766" href="javascript:;" alt="" />
<area shape="rect" coords="628,649,863,700" href="churchclothespart2.swf" target="movie" alt="" />
<area shape="rect" coords="799,371,924,395" href="javascript:;" alt="" />
<area shape="rect" coords="715,370,786,394" href="javascript:;" alt="" />
<area shape="rect" coords="609,371,705,392" href="javascript:;" alt="" />
<area shape="rect" coords="506,370,597,395" href="javascript:;" alt="" />
<area shape="rect" coords="434,372,492,394" href="javascript:;" alt="" />
<area shape="rect" coords="836,79,925,101" href="javascript:;" alt="" />
<area shape="rect" coords="773,77,826,100" href="javascript:;" alt="" />
<area shape="rect" coords="673,78,763,100" href="javascript:;" alt="" />
<area shape="rect" coords="600,80,663,100" href="javascript:;" alt="" />
<area shape="rect" coords="480,78,587,101" href="javascript:;" alt="" />
</map>
</body>
</html>