Samsung Champ Duos I faced worried problem. create media player application.
But it takes too much time in player.realize();
and application gets hung.
In Samsung Wave II it works fine. How to resolve this problem of player.realize in j2ME application for the Samsung duos?
filename : is a releative path to Media file.
player = Manager.createPlayer(filename);
player.addPlayerListener(listener);
player.realize();