Sound

Hi. I would like to know what classes do you recommend for playing a sound that is cordinated with an Event. I've tried the Sequencer but it didn't work for me. Any suggestions?
[186 byte] By [Merthoda] at [2007-10-2 6:44:20]
# 1
Another thing, sometimes when playing a sound with an event, the program freezes until the sound has stopped. Any suggestions to avoid this?
Merthoda at 2007-7-16 13:52:53 > top of Java-index,Java Essentials,Java Programming...
# 2
you want to play your sounds on a seperate thread from the event thread...- MaxxDmg...- ' He who never sleeps... '
MaxxDmga at 2007-7-16 13:52:53 > top of Java-index,Java Essentials,Java Programming...
# 3
Separate Thread because the sound is unsynchronized
Merthoda at 2007-7-16 13:52:53 > top of Java-index,Java Essentials,Java Programming...