Hola mglimas:
En el botón coloca éste código:
Código actionscript:
Ver originalbtn.addEventListener(MouseEvent.CLICK,botonPulsado);
function botonPulsado(e:MouseEvent):void {
this.removeChild(cargarSWF);
gotoAndStop(5);
}
Espero haberte sido de ayuda.