mp3 sounds distorted

I can’t make this mp3 working properly in my fla. When I publish, the mp3 sounds distorted, with a wrong frequency. I don’t think it’s a matter of actionscript (with other mp3 everything work fine), by the way I post my AS

crickets = new Sound();
crickets.loadSound(“crickets3.mp3”);
crickets.onLoad = function() {
this.start(1, 9999);
}

Anyone can help me out?

Thanks a lot in advance