Hi i am doing a project called MUSIC ON WEB.I am thinking of placing links to music so that a vendor would listen to the music first and then would buy the cd.Can anyone suggest how i can in core java include an application that gets the music file and plays it.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
Welcome to JavaRanch.
The javax.sound package can play a number of music formats, although not MP3. Another option would be QuickTime for Java, which can play MP3s, but would require an extra library, and only runs on OS X and Windows.
What exactly do you mean by "gets the music file" - where is that file located?