hello friends, 
Plz help me if you can.. 
I am devloping application in j2me for palm os(treo 650). 
I want to run mp3 file on treo 650 
But I am not able to find mime type to run mp3 file on device. 
I tried amr, wb-amr,wav,m-peg....... 
with and without ID3 tags... 
Plz send me any guidlines 


try 
{ 
player = Manager.createPlayer(s, "audio/mpeg"); 
//where s is InputStream 
}catch(Exception ex) 
{ 
String str1 =ex.toString(); 

alert = new Alert (str1); 
alert.setTimeout (Alert.FOREVER); 
display.setCurrent (alert); 

} 

o/p 
It throws the exception: 
Unsupprted mediaformat mpeg
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to