Re: [android-developers] Re: How to play a media file on emulator

2010-02-18 Thread Dilli rao
you have to start the player in onprepared listener and also check the android media player compatibility with the media file codec ( which you want to play) On Wed, Feb 17, 2010 at 3:39 PM, prachi prachi.tya...@wipro.com wrote: hey hiii I didnt get u u mean to say dat the prob is wid the

Re: [android-developers] Re: How to play a media file on emulator

2010-02-18 Thread Dilli rao
one more Q. local disk means (hard disk or sdcard of emulator) On Thu, Feb 18, 2010 at 7:15 PM, Dilli rao dilliraomca...@gmail.com wrote: you have to start the player in onprepared listener and also check the android media player compatibility with the media file codec ( which you want to

Re: [android-developers] Re: How to play a media file on emulator

2010-02-18 Thread Saurav
sdcard... u cant access the hard disk of the system from ur android code. Regards, Saurav Mukherjee. Sent from Coimbatore, TN, India On Thu, Feb 18, 2010 at 7:16 PM, Dilli rao dilliraomca...@gmail.com wrote: one more Q. local disk means (hard disk or sdcard of emulator) On Thu, Feb

[android-developers] Re: How to play a media file on emulator

2010-02-17 Thread prachi
hey hiii I didnt get u u mean to say dat the prob is wid the emulator actually my code looks lyk dis ---i hav saved my audio file on server... n den runnig dis code MediaPlayer m=new MediaPlayer(); m.setDataSource(path); //path is a String variable containing the path of audio file stored

[android-developers] Re: How to play a media file on emulator

2010-02-04 Thread Babasaheb
Hi, I think this should help you.. http://groups.google.com/group/android-developers/browse_thread/ thread/c5e6135e6f9a242c I had similar problem, I got my answer here, i.e. the problem is with emulator. Thanks On Feb 4, 10:37 am, prachi prachi.tya...@wipro.com wrote: Hey hii all I hav a