[android-developers] Re: MediaController in MediaPlayer

2010-06-07 Thread Abhi
Thanks Sean. I will try this out and post my findings. Thanks again Abhi On Jun 7, 10:16 am, Sean Hodges wrote: > Abhi, > > I'm not to sure about video playback outside of the VideoView, I > expect you have some substitute view to replace VideoView, as > MediaPlayer is just an interface to the

Re: [android-developers] Re: MediaController in MediaPlayer

2010-06-07 Thread Sean Hodges
Abhi, I'm not to sure about video playback outside of the VideoView, I expect you have some substitute view to replace VideoView, as MediaPlayer is just an interface to the back-end A/V component and does no UI handling. Looking at the MediaController, it accepts any view that implements MediaPla

[android-developers] Re: MediaController in MediaPlayer

2010-06-07 Thread Abhi
Hey Sean Thanks for the link. But that's using VideoView and I am using MediaPlayer instead. I already have a player using VideoView but am having issues with it, so I decided to switch over to MediaPlayer. I have a player running so far but no auto Media Controller (like the one in the link with

Re: [android-developers] Re: MediaController in MediaPlayer

2010-06-07 Thread Sean Hodges
Hey Abhi, Take a look at the VideoDemo class in Mark Murphy's tutorial projects: http://github.com/commonsguy/cw-advandroid/blob/master/Media/Video/src/com/commonsware/android/video/VideoDemo.java On Mon, Jun 7, 2010 at 2:28 PM, Abhi wrote: > guys > > any lead on this question would help me a

[android-developers] Re: MediaController in MediaPlayer

2010-06-07 Thread Abhi
guys any lead on this question would help me a bunch... thanks, abhi On Jun 4, 1:05 pm, Abhi wrote: > Hello, > > I am using MediaPlayer to build a Video player for playing local video > files. However, I don't know how to enable MediaController for my > player. I want the media control buttons