Sebastian-Anton Ponovescu wrote:
> 
> Is there any sound capability in java1.2 ? I am interesting in playing sound
> from a java application and been unable to find anything related to this.


Applet.newAudioClip( file.toURL() ).play();

This is static method - quite braindead, I suppose that it is leftover
from early hotjava alpha3 days, not corrected because of lack of real
sound support in main JDK.


Artur


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to