| Author |
Sound Files without Japplet
|
Landon Blake
Ranch Hand
Joined: Dec 04, 2003
Posts: 121
|
|
The book I'm learning Java with said that you need to use a subclass of japplet to play sound files in a program, because the sound features of Java 1.0 were packaged with the applet classes. Is there a way to play sound files in a stand alone program using another method or different set of classes? Thanks, The Sunburned Surveyor
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24081
|
|
|
Yes. The Java Media Framework (JMF) is an add-on API that does what you want. See http://java.sun.com/products/java-media/jmf/index.jsp .
|
[Jess in Action][AskingGoodQuestions]
|
 |
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
|
|
|
You might want to take a look at The Sound Trail of Sun's Java Tutorial.
|
[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
|
 |
 |
|
|
subject: Sound Files without Japplet
|
|
|