Hello, I wrote a Applet embedded in a web page. This Applet have a "play" button to play audio files (wav). The audio files are stored in directory of the servers Host. I use the Java-Sound-API with its SourceDataLine-Interface to buffer the sound and transmit it via URL through the client which invokes the play button of the applet. All works, ...