Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/07/2010, 17:41
jscieza
 
Fecha de Ingreso: septiembre-2007
Ubicación: Perú
Mensajes: 54
Antigüedad: 16 años, 7 meses
Puntos: 1
Pregunta Problemas insertando SWF en HTML

Hola,

Estoy intentando insertar un SWF (728x180) en un HTML. El código que estoy usando es el siguiente:

Código:
<div style="width:728px; height:90px; float:right">
<object width="728" height="180">
<param name="movie" value="http://www.peru.com/Advertisers/bcp/20100630/728x180_desplegable.swf">
<param name="wmode" value="transparent">
<embed src="http://www.peru.com/Advertisers/bcp/20100630/728x180_desplegable.swf" wmode="transparent" width="728" height="180">
</embed>
</object>
</div>
Y aquí están los resultados:

Firefox 3.6.6
Inactivo (no mouse over): http://img808.imageshack.us/img808/7/inactiveff.png
Activo (mouse over): http://img805.imageshack.us/img805/4093/activeff.png
PROBLEMA: etiquetas, cajas de texto y botón están sobre mi SWF cuando el SWF debería estar por encima de esos objetos.

IE8
Inactivo (no mouse over): http://img690.imageshack.us/img690/4719/inactiveie8.png
Active (mouse over): http://img130.imageshack.us/img130/5725/activeie8.png
PROBLEMA: Cuando se activa, el SWF no está siendo mostrado en su totalidad.

Todas las sugerencias son bienvenidas.

Gracias,
Jonathan
__________________
Foros Perú -> Un foro peruano para el mundo