Hi, In my javaapplet i want to play an audio file which is being constantly update. i.e one java application will write the audio file and the same file should be played in the java applet. Is this possible? (Simultaneously writing to and playing from the same file, ofcourse there can be some offset time/delay of 5 seconds )