Ver Mensaje Individual
  #4 (permalink)  
Antiguo 10/01/2006, 15:28
Avatar de luistar
luistar
 
Fecha de Ingreso: marzo-2005
Ubicación: Argentina
Mensajes: 939
Antigüedad: 19 años, 1 mes
Puntos: 0
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
__________________
Si digo que soy mentiroso. ¿Lo soy?

Última edición por luistar; 10/01/2006 a las 15:36