Ver Mensaje Individual
  #9 (permalink)  
Antiguo 26/08/2002, 15:19
hexbin
 
Fecha de Ingreso: julio-2002
Mensajes: 91
Antigüedad: 21 años, 9 meses
Puntos: 0
Re: Banners de Fondo Transparente

Eso es fácil,
agrega la siguiente etiqueta en la etiqueta OBJECT

<PARAM NAME=wmode VALUE=transparent>

o en la etiqueta EMBED el siguiente atributo

wmode=transparent

algo asi queda

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="550" HEIGHT="400" id="Untitled-1" ALIGN="">
<PARAM NAME=movie VALUE="Untitled-1.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=wmode VALUE=transparent> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="Untitled-1.swf" quality=high wmode=transparent bgcolor=#FFFFFF WIDTH="550" HEIGHT="400" NAME="Untitled-1" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>