Ver Mensaje Individual
  #4 (permalink)  
Antiguo 21/05/2010, 11:05
Avatar de Lynxcraft
Lynxcraft
 
Fecha de Ingreso: noviembre-2007
Ubicación: yecla murcia
Mensajes: 1.346
Antigüedad: 16 años, 5 meses
Puntos: 51
Respuesta: Problema con sonido

Código PHP:
var cargaMusica:Loader=new Loader  ;
var 
swfExterno:MovieClip;
cargaMusica.contentLoaderInfo.addEventListener(Event.COMPLETE,l_complete);


function 
l_complete(event:Event):void {
    
swfExterno=event.target.content as MovieClip;
    
container_mc.addChild(swfExterno);
    
home_btn.addEventListener(MouseEvent.CLICK,goHome);

}
function 
goHome(MouseEvent):void {
    
gotoAndStop("home");
    
swfExterno.someChannel.stop();
}
cargaMusica.load(new URLRequest("musica.swf")); 
__________________
Sobran las ideas cuando faltan ganas de trabajar en ellas
Lynxcraft