Flash CS4 Galleries not working in Dreamweaver

i would really appreciate some help! i have uploaded flash galleries i created in bridge CS4 to my site in dreamweaver. i used an iframe within a divtag and everything worked great in the previews, but once i upload the site to my server, the galleries are not showing up. anyone have any ideas about how to fix this?? thanks so much in advance!!

this is the code from my index file:

<html>
<head>
<title>index</title>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1”>
<style type=“text/css”>
<!–
.indexgallery {
height: 800px;
width: 1300px;
margin-bottom: 100px;
}
–>
</style>
</head>
<body bgcolor="#00000" leftmargin=“0” topmargin=“0” marginwidth=“0” marginheight=“0”>
<!-- Save for Web Slices (index.psd) -->
<center>
<table id=“Table_01” width=“1250” height=“146” border=“0” cellpadding=“0” cellspacing=“0”>
<tr>
<td colspan=“7”>
<img src=“images/index_01.jpg” width=“1250” height=“14” alt=""></td>
</tr>
<tr>
<td rowspan=“6”>
<img src=“images/index_02.jpg” width=“26” height=“131” alt=""></td>
<td>
<a href=“http://www.audrawrisley.com/index”>
<img src=“images/index_03.jpg” width=“170” height=“25” border=“0” alt=""></a></td>
<td colspan=“2”>
<img src=“images/index_04.jpg” width=“889” height=“25” alt=""></td>
<td>
<a href="/portraiture/portraiture.html">
<img src=“images/index_05.jpg” width=“135” height=“25” border=“0” alt=""></a></td>
<td colspan=“2” rowspan=“2”>
<img src=“images/index_06.jpg” width=“30” height=“43” alt=""></td>
</tr>
<tr>
<td colspan=“2” rowspan=“5”>
<img src=“images/index_07.jpg” width=“1058” height=“106” alt=""></td>
<td colspan=“2”>
<a href="/fashion/fashion.html">
<img src=“images/index_08.jpg” width=“136” height=“18” border=“0” alt=""></a></td>
</tr>
<tr>
<td>
<img src=“images/index_09.jpg” width=“1” height=“15” alt=""></td>
<td colspan=“2”>
<a href="/editorial/editorial.html">
<img src=“images/index_10.jpg” width=“136” height=“15” border=“0” alt=""></a></td>
<td rowspan=“4”>
<img src=“images/index_11.jpg” width=“29” height=“88” alt=""></td>
</tr>
<tr>
<td colspan=“3”>
<a href="/artdirection/artdirection.html">
<img src=“images/index_12.jpg” width=“137” height=“15” border=“0” alt=""></a></td>
</tr>
<tr>
<td colspan=“2”>
<a href="/bioandcv/bioandcv.html">
<img src=“images/index_13.jpg” width=“136” height=“13” border=“0” alt=""></a></td>
<td rowspan=“2”>
<img src=“images/index_14.jpg” width=“1” height=“58” alt=""></td>
</tr>
<tr>
<td colspan=“2”>
<img src=“images/index_15.jpg” width=“136” height=“45” alt=""></td>
</tr>
<tr>
<td>
<img src=“images/spacer.gif” width=“26” height=“1” alt=""></td>
<td>
<img src=“images/spacer.gif” width=“170” height=“1” alt=""></td>
<td>
<img src=“images/spacer.gif” width=“888” height=“1” alt=""></td>
<td>
<img src=“images/spacer.gif” width=“1” height=“1” alt=""></td>
<td>
<img src=“images/spacer.gif” width=“135” height=“1” alt=""></td>
<td>
<img src=“images/spacer.gif” width=“1” height=“1” alt=""></td>
<td>
<img src=“images/spacer.gif” width=“29” height=“1” alt=""></td>
</tr>
</table>
<center>
<div class=“indexgallery”><iframe src=“index gallery/index.html” width=“1300” height=“800” frameborder=“0” name=“indexgallery”></iframe></div>
<!-- End Save for Web Slices -->
</body>
</html>