MMAPI sound application

Hi to all,

I'm developing a sound application. I only want to acced to server, download a song and play it on my mobile phone. As a server, I'm using the program "Apache", so I acced to the song by an HTTP connection, which url is http://localhost/song.mp3.

I would like to know what packages or which libaries do I have to include in my program to use methods like "Player player = Manager.createPlayer(is,"audio/mpeg");" and so on.

Thank you very much,

Luisarca

[497 byte] By [luisarcaa] at [2007-11-27 8:02:05]
# 1
First, you must check that your phone supports this API. If it does, then you can write your app and you won't have to include anything in your JAR.Just compile and link against the mmapi api libs and you'll be set. Install the app on your device and you will be ready to go.
jonathan.lea at 2007-7-12 19:44:12 > top of Java-index,Java Mobility Forums,Java ME Technologies...