Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/06/2008, 21:12
kzr_prd
 
Fecha de Ingreso: agosto-2006
Ubicación: Montevideo (uruguay)
Mensajes: 18
Antigüedad: 17 años, 8 meses
Puntos: 0
Flash "allowscale" en el browser

Buenas !

La cuestion es la siguiente, tengo una peli que necesito funcione con el ActionScript de "allowscale" en la ventana del browser y teniendo la peli con el Script no funciona en el html no me funciona, que tendré que hacer ? alguien me puede ayudar ? Por otro lado tengo el html con una tabla que propoicia que las cosas que contenga se mantengan centradas en el browser

Déjo el código del HTML por si alguien sabe de la materia y pueda que sea algo de eso ... SALUDOS Y GRACIAS A TODOS LOS LECTORES !!

...<!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=iso-8859-1">
<title>title</title>
<style type="text/css">
<!--
#container {
position: absolute;
top: 50%;
left: 50%;
margin-top: -224px; /* width 449px/2 */
margin-left: -318px; /* width 637px/2 */
}
body {
background-color: #FFFFFF;
}
-->
</style>
<script src="file:///H|/tic-tac/webeeo/Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body>

<div id="container">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','637','heigh t','449','src','flash_files/placa','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','flash_files/placa' ); //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="637" height="449">
<param name="movie" value="flash_files/placa.swf">
<param name="quality" value="high">
<embed src="flash_files/placa.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="637" height="449"></embed>
</object>
</noscript>
</div>

</body>
</html>