|
|
|
||||||||||||||||||
|
java.applet
Code Samples Index These code examples and other materials are subject to Sun Microsystems, Inc. Legal Terms
Loading and Playing Audio in an Applet
// The following 2 lines of code must be // on the same line AudioClip ac = getAudioClip(getDocumentBase(), "http://hostname/audio.au"); ac.play();
|