Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/01/2012, 04:21
Avatar de lenders
lenders
 
Fecha de Ingreso: diciembre-2011
Mensajes: 58
Antigüedad: 12 años, 4 meses
Puntos: 2
Reducir tamaño de Flash con CSS

Hola, tengo un swf instertado en un documento HTML.
Quería reducir el tamaño de ese swf con CSS o el lenguaje que sea necesario, ya que en algunos monitores hay que scrollear para darle al boton de 'Saltar intro' que tiene el swf.

Os paso el codigo HTML:
Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Smart</title>
</head>
<style>
#principal
{
		width:1200px;
		height:900px; 
		margin-left:auto;
		margin-right:auto;
		margin-top:0px;
}
</style>
<body style="background-color:#D42E12 ">
        <div id="principal">
		     	<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="1200" height="900">
  				<param name="movie" value="web_smart.swf">
  				<param name="allowFullScreen" value="true" />
  				<param name="quality" value="high">
  				<embed src="web_smart.swf" allowFullScreen="true" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1200" height="900"></embed>
				</object>
       </div>
</body>
</html>
Vale, cambiando todos los width y height xDDD Perdon soy un empanado. Cerrad hilo please

Última edición por lenders; 12/01/2012 a las 04:26 Razón: Soy un ñú xD