Ver Mensaje Individual
  #3 (permalink)  
Antiguo 31/01/2011, 16:02
Avatar de ArturoGallegos
ArturoGallegos
Moderador
 
Fecha de Ingreso: febrero-2008
Ubicación: Morelia, México
Mensajes: 6.774
Antigüedad: 16 años, 2 meses
Puntos: 1146
Respuesta: Problemas al visualizar web desde IE

Prueba insertar tu flash con este método
y el css para html,body{margin:0;padding:0;height:100%;}
Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.     <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
  5.     <meta name="author" content="Ag666" />
  6.  
  7.     <title>Sin título 2</title>
  8. <style type="text/css">
  9. <!--
  10.     html,body{margin:0;padding:0;height:100%;}
  11. -->
  12. </style>    
  13. </head>
  14.  
  15.  
  16. <!-- Animacion Flash -->
  17. <!--[if !IE]> -->
  18. <object type="application/x-shockwave-flash"
  19.  data="index.swf" width="100%" height="100%">
  20. <!-- <![endif]-->
  21.  
  22. <!--[if IE]>
  23. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  24.  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
  25.  width="100%" height="100%">
  26.  <param name="movie" value="index.swf" />
  27. <!--><!--dgx-->
  28.   <param name="loop" value="true" />
  29.   <param name="menu" value="false" />
  30.   <param name="wmode" value="transparent" />
  31.  
  32.   <p>This is <b>alternative</b> content.</p>
  33. <!-- <![endif]-->
  34. <!-- Fin de Animacion Flash -->
  35.  
  36. </body>
  37. </html>