Foros del Web » Creando para Internet » Flash y Actionscript »

Centrar Flash en HTML

Estas en el tema de Centrar Flash en HTML en el foro de Flash y Actionscript en Foros del Web. Alguien sabe porque no se me centra si está puesto así? Cita: <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="913" height="600" align="middle" title="TORINA"> <param name="movie" value="torina2.swf" /> <param name="quality" ...
  #1 (permalink)  
Antiguo 20/05/2008, 05:14
Avatar de NaRanJiTo78  
Fecha de Ingreso: noviembre-2007
Ubicación: In the BeaCh
Mensajes: 874
Antigüedad: 16 años, 5 meses
Puntos: 10
Pregunta Centrar Flash en HTML

Alguien sabe porque no se me centra si está puesto así?


Cita:
<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="913" height="600" align="middle" title="TORINA">
<param name="movie" value="torina2.swf" />
<param name="quality" value="high" />
<embed src="torina2.swf" width="913" height="600" align="middle" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>
</object>
Puede verse en http://www.torina.it

Gracias
  #2 (permalink)  
Antiguo 20/05/2008, 07:21
 
Fecha de Ingreso: abril-2008
Mensajes: 613
Antigüedad: 16 años
Puntos: 22
Respuesta: Centrar Flash en HTML

Hola,
Aquí te pomgo el HTML de cómo lo hago yo:
<!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">
<style type="text/css">
<!--

HTML { overflow:auto; height:100% }
A {text-decoration:none;font-size:10px; }
BODY{
background-color:#F4F3F0;
margin: 0px;
padding: 0px;
border: 0px;
width: 100%;
height:100%;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

-->
</style>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>TU TÍTULO</title>
</head>

<body>
<table width="100%" height="100%">
<tr>
<td align="center" valign="middle" style="font-size:0px;">
<!-- AQUI VA TU FLASH -->
<object>
<embed></embed>
</object>
</td>
</tr>
</table>
</body>
</html>
__________________
Compartir es vivir
www.programador-php.com
  #3 (permalink)  
Antiguo 20/05/2008, 07:40
Avatar de NaRanJiTo78  
Fecha de Ingreso: noviembre-2007
Ubicación: In the BeaCh
Mensajes: 874
Antigüedad: 16 años, 5 meses
Puntos: 10
Respuesta: Centrar Flash en HTML

gracias exangel, voy a probar
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 12:58.