>I would like someone to help me to put some sound/audio into a Java source
>file. How do u go about doing it anyway?
What you would typically do it play a sound from a file - such as a WAV.
You aren't going to embed the sound into the source.

Signature
LTP
:)
>I would like someone to help me to put some sound/audio into a Java
>source file. How do u go about doing it anyway?
here are some samples for playing audio files or streams:
http://javaalmanac.com/egs/javax.sound.sampled/pkg.html
On Sun, 05 Feb 2006 23:34:41 GMT, "Steve R. Burrus"
<burrus1@swbell.net> wrote, quoted or indirectly quoted someone who
said :
>I would like someone to help me to put some sound/audio into a Java
>source file. How do u go about doing it anyway?
see http://mindprod.com/jgloss/sound.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
res7cxbi@verizon.net - 06 Feb 2006 04:16 GMT
Check out a very good example with comments explaining each step:
http://jsresources.org/examples/SimpleAudioPlayer.java.html
Created by the creators of Java Sound