Ver Mensaje Individual
  #6 (permalink)  
Antiguo 08/12/2008, 08:16
Avatar de gVenom
gVenom
 
Fecha de Ingreso: julio-2008
Ubicación: Costa Rica
Mensajes: 1.458
Antigüedad: 15 años, 10 meses
Puntos: 53
De acuerdo Respuesta: galeria flash se ve en FF pero no en IE

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&iacute;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">&nbsp;</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> 
__________________
"Al que venciere y guardare mis obras hasta el fin, yo le daré autoridad sobre las naciones."
Apocalipsis 2: 26
Servicios para Pymes http://dst.co.cr

Última edición por gVenom; 08/12/2008 a las 08:26