Hi all,
First of all I am new to J2ME and S40 development so kindly excuse any dumb statements and correct them if make any ok?
I wish to develop an mp3 for my phone (Nokia 5310) and I after reading up a lot on the player class, I am lost with regard to playing audio files (mp3s) stored in the phone's memory card. All the examples i found are related to playing off websites. I am aware of how to access the file system in my phone.
I just need direction to using a Player class to play such files.
Would the following do the trick...
Player myPlayer = Manager.createPlayer("file:///E:/musicfile.mp3");
myPlayer.start();
Any help would be GREATLY appreciated.

Reply With Quote




