PDA

View Full Version : music in java


codingmaestro
08-27-2007, 01:59 PM
Hi to everyone
Is it possible to play music in java from back to front?

ess
08-27-2007, 03:23 PM
Do you mean to say "Is possible to create a java application that plays music files such as mp3, etc?"

the answer is yes...check the following tutorial from Sun
http://java.sun.com/docs/books/tutorial/sound/playing.html

If you meant "Play sound files in reverse playback?"...well, I would imagine it is possible...since Java is capable of playing sounds files.

codingmaestro
09-07-2007, 07:33 AM
thanks for the url it has helped me solve my problem.