memento
no dije que no se pudiera
dije que no lo habia intentado con estándares
pero aquí está la forma correcta
Código HTML:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" >
<head>
<title>flash al 100 porciento</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style type="text/css">
<!--
body{margin:0;padding:0;}
-->
</style>
</head>
<body>
<div>
<object type="application/x-shockwave-flash" data="./pelicula.swf" width="100%" height="100%">
<param name="movie" value="./pelicula.swf" />
<param name="scale" value="exactfit" />
</object>
</div>
</body>
</html>
y para que todo quede perfecto, ten en cuenta lo que te dije sobre la precarga
:D