sequential playback of audio files
Need help in implementing sequential playback of sampled audio files.
The task is a simple word-based speech generation; got a number of audio files and a need to play the certain ones in the certain order after clicking the button with a possibility of repetitive playback.
I would extremely appreciate a possibly detailed explanation, as I'm not that experienced in Java :)

