in another words...Problem: I want to play several sound files in succession from an applet. However, when I use play two times after each other they just get mixed up. Unfortunately, the Java 2 SDK does not provide notification of when playback has completed. The Java Sound API provides this feature. It is available as an early access release. If you must use the SDK, you could try to determine the length of each clip and sleep for the same about of time before playing the next clip. how to resolve the problem above.