Originariamente inviato da rempox
nome_istanza_clip.onRollOver=function(){
this.stop()
}

nome_istanza_clip.onRollOut=function(){
this.play()
}