Hello Experts!
I am having issue playing an audio file (packaged with jar) on Nokia 2610. I can run the same app normally on my Nokia E51 and other sets as well.
I tried with wav file and got the error:
invalidcontent type audio/x-wav
then i tried an mp3 file and got the error:
invalidcontent type audio/mpeg
error is thrown while executing following lines of code:
Same application works on other nokia phones then why not on this?Code:player = Manager.createPlayer( getClass().getResourceAsStream(file2), "audio/mpeg")
Please advise me, i am in a deep trouble.
Thanks,
Alam Sher

Reply With Quote

