Ver Mensaje Individual
  #7 (permalink)  
Antiguo 23/04/2013, 12:28
Pepo_221
 
Fecha de Ingreso: abril-2013
Mensajes: 2
Antigüedad: 11 años
Puntos: 0
Respuesta: Duda con animación Flash?

Puedes usar un tag similar a este:

Código HTML:
Ver original
  1. <div id="tu_id">
  2.  
  3. <embed type="application/x-shockwave-flash" src="http://www.porti.com.mx/" width="728" height="90" style="" id="" name="" quality="high" allowscriptaccess="always">
  4.  
  5. </div>



Es importante tenerlo como embed type="application/x-shockwave-flash" y verifica que el src sea donde tienes tu película SWF

si por ejemplo tu fuente es: [URL="http://www.porti.com.mx/"]http://www.porti.com.mx/pelicula.swf[/URL] es importante ponerlo entre comillas

Ojalá te sirva!