My handset supports MP3 (audio/mpeg). The native music player plays MP3 (file in memory card or phone memory);
I wrote a J2ME code for audio player which works fine for AMR files but not MP3. For MP3, my code reaches realize () call but never comes out of realize (). I used these constructor types "createPlayer ("<URI to MP3>")" as well as "createPlayer (inputStream, "audio/mpeg")".
Question:
a) What else option available for "Manager.createPlayer ()".
b) How to "createPlayer" for "audio/x-ms-wma" type since my handset supports this file type also;

Reply With Quote



