Ver Mensaje Individual
  #3 (permalink)  
Antiguo 01/09/2010, 15:53
krosty2
 
Fecha de Ingreso: agosto-2010
Mensajes: 2
Antigüedad: 13 años, 8 meses
Puntos: 0
De acuerdo Respuesta: de un swf a otro swf en as3

Cita:
Iniciado por Lynxcraft Ver Mensaje
Código PHP:
var direccion:URLRequest=new URLRequest("leter.swf");
var 
loader:Loader = new Loader();
botoncito_btn.addEventListener(MouseEvent.MOUSE_DOWNcarga);
function 
carga(event:MouseEvent):void {
    while (
this.numChildren) {
        
this.getChildAt(0).parent.removeChild(this.getChildAt(0));
    }
    
loader.load(direccion);
    
this.addChild(loader);


Huyyy muchas gracias funciona super bn!!

aunque tengo una duda...si cada pelicula (swf) tiene un audio... estos se cruzan?