I am trying to play an audio file on another server, for example:
Code:URL url = new URL("http://example.com/hello.wav");
AudioClip click = Applet.newAudioClip(url);
click.play();
This doesn't seem to be working, can anyone tell me what I'm doing wrong?
Thanks very much.
