Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/04/2005, 16:52
Avatar de codigoflecha
codigoflecha
 
Fecha de Ingreso: noviembre-2004
Mensajes: 325
Antigüedad: 19 años, 5 meses
Puntos: 3
para cumplir los estándares se utiliza la etiqueta object en vez de embed, te pongo un ejemplo:
<object type="application/x-shockwave-flash" data="stars.swf width="345" height="150" id="stars" />
<param name="movie" value="stars.swf" />
<img src="images/stars_static.gif" width="345" height="150" alt="stars" id="starsimage" />
</object>