Hi,
I want something similar to the Youtube player where the user is able to
scroll the thumb of the seek bar, so that the video starts playing from the
position of the thumb.

Right now, in my app, I am able to move the thumb of the seekbar forward and
backward, but the video is not playing accordingly.

Has implemented the OnSeekBarChangeListener and handled onProgressChanged()

Thanks


On Fri, Oct 1, 2010 at 12:00 PM, Nightwolf <mikh...@gmail.com> wrote:

> Implement OnSeekBarChangeListener for your seekBar and handle
> onProgressChanged().
>
> On Oct 1, 8:51 am, Ashok Jeevan <ashokjee...@gmail.com> wrote:
> > Hi,
> >
> > I am using seekBar to show the progress of the video which I implemented
> > using Media Player / Video View.
> >
> > But as the thumb of the seekBar is moved back and forth, the video is not
> > starting correspondingly from the position of the thumb.
> >
> > Is there any way to locate the position of the thumb so that the video
> can
> > load from the seekBar's thumb's position?
> >
> > Thanks
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to