Amos ha centarnos

Parece ser que es una tonteria muy tonta.
Este es el codigo puñetero que me esta dando dolor de cabeza.
Tal cual funciona.
Es el archivo index que tienes que usar para cargar el archivo flash.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>SimpleViewer</title>
<!-- Download SimpleViewer at www.airtightinteractive.com/simpleviewer -->
<script type="text/javascript" src="flashobject.js"></script>
<style type="text/css">
/* hide from ie on mac \*/
html {
height: 100%;
overflow: hidden;
}
#flashcontent {
height: 100%;
}
/* end hide */
body {
height: 100%;
margin: 0;
padding: 0;
background-color: #181818;
color:#ffffff;
}
</style>
</head>
<body>
<div id="flashcontent">SimpleViewer requires Macromedia Flash. <a href="http://www.macromedia.com/go/getflashplayer/">Get Macromedia Flash.</a> If you have Flash installed, <a href="index.html?detectflash=false">click to view gallery</a></div>
<script type="text/javascript">
var fo = new FlashObject("viewer.swf", "viewer", "100%", "100%", "6", "#181818");
fo.addParam("quality", "best");
fo.write("flashcontent");
</script>
</body>
</html>
El problema lo tengo al incluir un enlaze al inicio. hago algo mal y hace que por ejemplo en firefox no se vean las fotos en grande....
Vamos, creo que es eso :D.
Donde insertariais vosotros el enlace?