The create method in MediaPlayer of the following code is NOT working with galaxy s3. it works fine with galaxy s2 and s1 devices. The program hangs when reachs the create method, and i have been inforced to close the application. i don't know what the problem is, can any one help me with this. Thanks
Uri path = Uri.parse(url);
player = MediaPlayer.create(getBaseContext(), path);
player.start();