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şit degilse
eval(anahtar)._visible=false;
eval(anahtar).stopAllSounds(); //durdur
anahtar=fatih*[2]; // Anahtarı eş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: