Ver Mensaje Individual
  #1 (permalink)  
Antiguo 10/11/2010, 07:44
Decio
 
Fecha de Ingreso: noviembre-2010
Mensajes: 17
Antigüedad: 13 años, 6 meses
Puntos: 0
galería flash que no se ve en firefox y otros

Hola,
Recientemente he metido una galería creada con photoshop en esta web: [URL="http://www.agroturismolavia.com/galeria/index.html"]http://www.agroturismolavia.com/galeria/index.html[/URL]
Bien, la visualización con I. Explorer es correcta, pero ni en Firefox ni en Google Chrome se puede ver si no picas en un enlace que te sale en la parte superior izquierda de la pantalla.
A ver esos gurús del diseño Web, qué he de hacer??? Os dejo el código:

Cita:
<!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" xml:lang="en" lang="en">

<head>

<meta http-equiv="content-type" content="text/html; charset=utf-8" />

<title>Agroturismo Lavia &gt;Galería</title>

<!-- FlashObject embed by Geoff Stearns [email protected] http://choppingblock.com/ -->

<script type="text/javascript" src="flashobject.js"></script>



<script type="text/javascript">



window.onload = function() {

if ((window.document.getElementById) && (window.document.getElementById('gallery').focus)) {

window.document.getElementById('gallery').focus();

}

}



</script>



<style type="text/css">

/* hide from ie5 mac \*/

html {

height: 100%;

overflow: hidden;

}



#flashcontent {

height: 100%;

}

/* end hide */



body {

height: 100%;

margin: 0;

padding: 0;

background-color: #ffffff;

}



</style>



</head>
<bgsound src="montaña.mp3" loop="infinite">
<body>



<div style="display:none">

<div>%FLASH%</div>



<div>Agroturismo Lavia &gt;Galería</div>

<div>Fotos: José Campoy | Damián Guirado</div>

<div></div>

<div></div>

<div>[email protected]</div>



<div>#000000</div>

<div>#7C9158</div>

<div>#FBFBEF</div>

<div>#AFE07A</div>

<div>#7C9158</div>

<div>#FFFFFF</div>



<div>.jpg</div>

<div></div>

<div></div>

<div></div>

<div></div>

</div>



<div id="flashcontent">

<script type="text/javascript">

// <![CDATA[



var myFlashObject = new FlashObject("gallery.swf", "gallery", "100%", "100%", 6, "#ffffff");

myFlashObject.addParam("scale", "noscale");

myFlashObject.addVariable("request", getQueryParamValue("image"));

myFlashObject.addVariable("photosXmlFile", "photos.xml");

myFlashObject.addVariable("configXmlFile", "galleryconfig.xml");

myFlashObject.write();



// ]]>

</script>



<noscript>

You must enable Javascript to view this content.

</noscript>

</div>



</body>

</html>