Código HTML :
<!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" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript" src="swffit.js"></script>
<script type="text/javascript">
swfobject.embedSWF("pagina.swf", "my_flash", "800", "600", "10.0.0");
swffit.fit("my_flash",800,600);
</script>
<style type="text/css">
body{
background-color: #000;
}
body,td,th {
color: #FFF;
}
</style>
</head>
<body>
<div id="my_flash">
<a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" title="Get Adobe Flash player" /></a><br />
Necesitas instalar <a href="http://get.adobe.com/es/flashplayer/">Flash Player 10</a> para entrar en la página web.
</div>
</body>
</html>
Y estoy intentando cambiar el tamaño de la página, lo he intentado cambiando 800, 600 por otro tamaño pero no funciona, el tamaño sigue igual.
Sabéis como lo puedo solucionar??
Arigatô/Gracias
