Stop the mp3 in the mc

how can i stop the mp3 on my mc?
here is my code


for(i=0;i<fatih.length;i++){

   if(isToday(fatih*[0],fatih*[1])){
      // eger bugunun tarihi ise o zaman uygun movieyi oynat
    if(anahtar!=fatih*[2]){
 // eger anahtar ogünün moviesine e&#351;it degilse
    eval(anahtar)._visible=false;
    eval(anahtar).stopAllSounds(); //durdur
     anahtar=fatih*[2]; // Anahtar&#305; e&#351;itle
    eval(fatih*[2])._visible=true; // gorunut yap
    eval(fatih*[2]).gotoAndPlay(2); //oynat
    
} // anahtar sonu
  }//if sonu
}// for sonu

eval(anahtar).stopAllSounds();
this is not stopping it :h: