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

