I am trying to add sound code to my game and have it a snag, When i run my game applet the applet goes blank and an error is shown in the java console:
Trackback:
at SoundClip.load(SoundClip.java:150)
// load the audio file
clip.open(sample);
at SoundClip.(SoundClip.java:76)
// now load the audio file
load(audiofile);
at EightBitOoze.init(EightBitOoze.java:99)
// load the sound effect
beep = new SoundClip("Beep.wav");
The latest version of the source code can be found here.Any assistence in this matter would be greatly appreciated.
Sincerely,
8BitOoze