Hi all,
I have an application that plays an MP3 song.
I have package the app into a jar, and included the MP3 song in the jar.
I would like the jarred app to pick up the MP3 song from the jar and play it from there, rather than having to include the MP3 file separately with the application. Is this possible?
I have found lots of ways to play "sampled audio" songs (wav, etc.) like this, but I cannot get it to work with an MP3 file.
I have also tried the following using the
Java Media Framework (JMF), i.e. javax.media.* packages.
Any help would be greatly appreciated