Ver Mensaje Individual
  #14 (permalink)  
Antiguo 29/09/2008, 08:35
Avatar de servicioswg
servicioswg
 
Fecha de Ingreso: septiembre-2008
Mensajes: 12
Antigüedad: 15 años, 7 meses
Puntos: 0
Respuesta: Hay manera de detectar si el navegador mostrara el flash?

lo dejo aqui para el que lo necesite...

<!-- mostrar imagen sino carga flash -->

<object type="application/x-shockwave-flash" data="archivoflash.swf" width="995" height="18">
<param name="movie" value="archivoflash.swf" />
<img src="imagen.jpg" width="995" height="18" alt="" />
</object>


<!-- mostrar enlaces si no carga flash -->

<object type="application/x-shockwave-flash" data="archivoflash.swf" width="995" height="18">
<param name="movie" value="archivoflash.swf" />
<a href="http://www.sudominio.com/">enlace</a>
</object>


OJO LO PROBE FULL EN FIREFOX 3