Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/04/2010, 10:50
Cafotero
 
Fecha de Ingreso: abril-2010
Mensajes: 16
Antigüedad: 14 años
Puntos: 0
Por favor ayúdenme a entender porqué no se abre mi página web.....

Les dejo el archivo INDEX.HTML

Muchas gracias.



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<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>preview</title>
<script type="text/javascript" src="js/swfobject.js"></script>
<style type="text/css">

/* hide from ie on mac \*/
html {
height: 100%;
overflow: hidden;
color:#fff
}


#flashcontent {
height: 100%;
}
/* end hide */

body {
height: 100%;
margin: 0;
padding: 0;
background-color: #0E0F11
}

</style>
</head>
<body>

<div id="flashcontent">

<strong>Para entrar a la página de Carlos Fuentes Usted necesita actualizar su Reproductor Flash . . . . .</strong>

</div>

<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("main.swf", "main", "100%", "100%", "8", "#0E0F11");;
so.addParam("scale", "noscale");
so.addParam("allowFullScreen", "true");

so.write("flashcontent");

// ]]>
</script>

</body>

</html>