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:
Vale, cambiando todos los width y height xDDD Perdon soy un empanado. Cerrad hilo please <!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>