Código PHP:
stop();
mess="cargando movie";
cargador.onEnterFrame=function(){
this.barra._xscale=(_root.getBytesLoaded()/_root.getBytesTotal())*100;
if(this.barra._xscale>98){
mess="cargando sonido";
s=new Sound();
s.loadSound("rola.mp3",true);
delete this.onEnterFrame;
this.onEnterFrame=function(){
c=s.getBytesLoaded();
t=s.getBytesTotal();
this.barra._xscale=(c/t)*100;
if(c==t){
delete this.onEnterFrame;
gotoAndStop("done",1);
}
}
}
}
http://mx.geocities.com/dexter_1313/sonido.html