Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/02/2013, 19:07
Avatar de ArturoGallegos
ArturoGallegos
Moderador
 
Fecha de Ingreso: febrero-2008
Ubicación: Morelia, México
Mensajes: 6.774
Antigüedad: 16 años, 3 meses
Puntos: 1146
Respuesta: Por favor, alguien puede ayudarme a descubrir por que el .swf file no func

cambia la forma en que insertas el flash y usa esta estructura
Código HTML:
Ver original
  1. <!-- Animacion Flash -->
  2.     <!--[if !IE]> -->
  3.     <object type="application/x-shockwave-flash"
  4.     data="http://embed.redtube.com/player/?id=193622&style=redtube" width="434" height="344">
  5.     <!-- <![endif]-->
  6.      
  7.     <!--[if IE]>
  8.    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  9.     codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
  10.     width="434" height="344">
  11.     <param name="movie" value="http://embed.redtube.com/player/?id=193622&style=redtube" />
  12.    <!--><!--dgx-->
  13.       <param name="loop" value="true" />
  14.       <param name="menu" value="false" />
  15.       <param name="wmode" value="transparent" />
  16.     <param name="allowfullscreen" value="true" />
  17.       <p>This is <b>alternative</b> content.</p>
  18.     </object>
  19.     <!-- <![endif]-->
  20.     <!-- Fin de Animacion Flash -->

también como recomendación, deja de usar tablas para maquetar... ya esta en desuso esa mala practica.