Bueno, comenzando por aqui:
Código HTML:
<Style>
body {
margin: 0px;
padding: 0px;
}
body,html {
margin: 0px;
padding: 0px;
height: 100%;
}
</Style>
<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>limonar40</title>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
</head>
eso esta mal estructurado, los estilos comienzan con
Código HTML:
<style type="text/css">
y van entre las etiquetas
Código HTML:
<head> </head>
asi que deberia ir asi:
Código html/css:
Ver original<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>limonar40</title>
<style type="text/css">
body {
margin: 0px;
padding: 0px;
}
body,html {
margin: 0px;
padding: 0px;
height: 100%;
}
</style>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
</head>
<body bgcolor="#cccccc">
y por ahi insertas tu flash. Ahora por ahi vi un script que tienes que dice:
Código script:
Ver original<param name="allowFullScreen" value="false" />
y yo no soy programador, pero para mi ahi dice que no permita un full screen. Tu verás si me equivoco.
suerte.