one more Q. local disk means (hard disk or sdcard of emulator)
On Thu, Feb 18, 2010 at 7:15 PM, Dilli rao <[email protected]> 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 play) > > > On Wed, Feb 17, 2010 at 3:39 PM, prachi <[email protected]> wrote: > >> 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 on server side >> m.prepare(); >> m.start(); >> >> Error it shows is---->>>java.io.IOException:Prepare Failed:status=0x1 >> >> can u plzz tell dat this error is coming bcozz dere is some problem >> with the emulator. >> On Feb 4, 10:37 am, prachi <[email protected]> wrote: >> > Hey hii all >> > >> > I hav a code toruna start a media player a play anaudiofilesaved >> > in my local disk.But the code is not running and it is showing an >> > exception:---- >> > >> > PlayerDriver< PVMFInfoErrorHandlingComplete >> > >> > Plzz help me out!! >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected]<android-developers%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en >> > > > > -- > Thank you > Dilli Rao > -- Thank you Dilli Rao -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

