unable to play sound smoothly on FP3 mobile devices
[FONT="Trebuchet MS"]hi..
i've encountered problem on playing sound smoothly for j2me..
problem:
when the user start the application, the music will be play at background..
i've tried this application on FP1, FP2, FP3 and 3rd mobile devices..
the music played well on every platform except on FP3..
eg of FP3: Nokia90, Nokia70..
is there any configuration difference in FP3 compare to the rest of the platform..?
thanks in advance.. =)[/FONT]
Re: unable to play sound smoothly on FP3 mobile devices
maybe it's more restrictive on the amount of memory you can use, possibly also the threading, are you updating the screen, while playing the music, or have many threads running, or running from main event thread(though last might not affect playing of music)
just some suggestions...good luck