Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/04/2005, 02:22
jorge_esp
 
Fecha de Ingreso: noviembre-2002
Mensajes: 80
Antigüedad: 21 años, 4 meses
Puntos: 0
Hay que quitar la primera linea que mete la publicacion del flash. En el html buscar la primera linea:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

y quitarsela.
Despues el body quedaria:

<body>
<table border="0" width="100%" height="100%"><tr>
<td width="100%" height="100%" align="center" valign="middle">

<object de tu flash>
</object>

</td></tr></table>
</body>

Salu2.