I have two buttons. When the user clicks, a very short sound is produced.
When the user clicks for the first time, the file is entirely played and it's ok. In the next clicks, *everytime*, the file seems to be playing not from the beginning but a few milliseconds later....
It happens on the emulator and on the real phone, so I think it's a real limit of the MediaPlayer class... something related to the buffer, I suppose...
Do you know a way to solve this?
Thanks.

