on (press) {
_root.stop();
}

 

 

on (press) {
_root.play();
}

 

 

 

on(press)
{
    this.swapDepths(100);
    startDrag(this);
}
on(release)
{
    stopDrag();
}