Saludos Amigo.
Baje tus archivos y estube haciendo pruebas y ahora esta trabajando en IE, firefox y Oprera. Mayoritariamente tu problema era a la hora de cargar los archivos, llamabas al nivel de tu archivo de galeria, pero este estaba dentro de una carpeta. No se ni como el IE si lo corria. aqui te pego el código de tu archivo Galeria.html, solo copialo y pegalo en vez de el que tienes. Luego saca el flash de la carpeta "res" y dejalo afuera con el archivo galeria.html, y has lo mismo con el archivo "AC_RunActiveContent.js", y ya asi corre sin problemas.
Suerte
Código HTML:
<!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=iso-8859-1" />
<title>Documento sin título</title>
<style type="text/css">
<!--
.Estilo2 {font-size: 24px}
#apDiv1 {
position:absolute;
width:876px;
height:650px;
z-index:1;
left: 254px;
top: 176px;
}
-->
</style>
<script src="AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<table width="943" border="0" align="center" id="index">
<tr>
<td width="233" height="150"><img src="logo head.jpg" width="233" height="150" /></td>
<td width="700" height="150"><img src="head.jpg" width="624" height="75" hspace="38" /></td>
</tr>
<tr>
<td width="233" height="140"> </td>
<td rowspan="6"><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','700','height','600','src','play','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','play' ); //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=9,0,28,0" width="700" height="600">
<param name="movie" value="play.swf" />
<param name="quality" value="high" />
</embed>
</object></noscript></td>
</tr>
<tr>
<td height="35"><span class="Estilo2"><a href="index.html">Inicio</a></span></td>
</tr>
<tr>
<td height="36"><span class="Estilo2"><a href="links.html">Colaboradores</a></span></td>
</tr>
<tr>
<td height="35"><span class="Estilo2"><a href="reformas.html">Reformas</a></span></td>
</tr>
<tr>
<td height="29"><span class="Estilo2"><a href="contacto.html">Contacto</a></span></td>
</tr>
<tr>
<td height="313"></small></td>
</tr>
</table>
</body>
</html>