Playing midi files in an applet?
Hey all,
I recently finished up an applet game that I've been working on. Everything works as it should on my home computer, but I hear no midi sound on my work computer (wav files play fine on that computer, however).
Additionally, I've had several other people test the applet, and some reported they were able to hear the midi, while others reported that it didn't work. I'm pretty sure the problem is not with the code. As I said before everything works fine on my home machine, and I'm just using an AudioClip to play the file, which seems extremely straightforward to me. Is this perhaps an issue with java itself? I've noticed on my work computer that even the applet sun provides in its sound tutorial does not play the midi file correctly (though all the other sound files play fine). Anyone have any idea how to get around this? Thanks.

