Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/03/2010, 15:17
crack16
 
Fecha de Ingreso: septiembre-2005
Mensajes: 52
Antigüedad: 18 años, 7 meses
Puntos: 0
Pregunta tamaño de un swf

lo que pasa es que el swf que han diseñado "laweb" en un monitor de 17" se ve bien ..

pero en una laptop o otro monitor mas pequeño

se ve cortado en la parte inferior

y queria saber si hay alguan forma de q sea como algo liquido bueno no se cual seria la palabra..

Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<
html xmlns="http://www.w3.org/1999/xhtml">

<
head>

<
meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<
title>.::  ::.</title>

<
style type="text/css">

<!--

body {

    
background-imageurl(fondo.jpg);

}
table {
    
margin-rightauto;
    
margin-leftauto;
}
* {
    
margin0px;
    
padding0px;
}

-->

</
style>

<
script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>

</head>



<body>

<table width="994" border="0" align="center" cellpadding="0" cellspacing="0">

  <tr>

    <td><script type="text/javascript">

AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','994','height','750','src','home','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','home' ); //end AC code

</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="994" height="750">

      <param name="movie" value="home.swf" />

      <param name="quality" value="high" />

      <embed src="home.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="994" height="750"></embed>

    </object></noscript></td>

  </tr>

</table>

</body>

</html>