09/06/2008, 17:28
|
| | Fecha de Ingreso: agosto-2006 Ubicación: Montevideo (uruguay)
Mensajes: 18
Antigüedad: 18 años, 3 meses Puntos: 0 | |
Allowscale en HTML ?¿ Buenas, vengo teniendo problemas para hacer andar en el browser una película flash que tiene un actionscript "allowscale", o sea, no puedo verla al tamaño que tenga el browser, tan solo conserva las dimensiones del canvas ... que tipo de consideraciones debo manejar para que funcione en el siguiente código html ?¿
<!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=iso-8859-1" />
<title>Title</title>
<style type="text/css">
<!--
html, body, #content { height:100%; margin: 0; padding: 0; border: none; }
#content { vertical-align: middle; text-align: center; width: 100%; }
-->
</style>
</head>
<body>
<table id="content">
<tr>
<td> Flash aqui
</td>
</tr>
</table>
</body>
</html>
A TODOS LOS LECTORES GRACIAS !! |