Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/03/2007, 12:18
taar
 
Fecha de Ingreso: diciembre-2001
Ubicación: Asuncion
Mensajes: 143
Antigüedad: 23 años, 2 meses
Puntos: 1
Re: problemas con swobject

Prueba agregando el param wmode a transparent
Código PHP:
<script type="text/javascript">
    
// <![CDATA[
    
var oSWF = new SWFObject(...........................);
    
oSWF.addParam("scale""noscale");
    
oSWF.addParam("wmode""transparent");
    
oSWF.write(..............);    
    
// ]]>
</script>