I have developed a VideoPlayer(MediaPlayer) with the usual play and pause buttons and with a seekbar.
I have the following problem
:
I press the Play Button and the video is shown.
Every time I press on the pause Button and afterwards change the seekBar Position(manually)(for example from second 40 to second 20) the videoimage is not changing to the desired position(position 20). It stays on position 40.
It only changes after I press again on the play Button.
(By the way the same thing happens if you use the MediaController on a WebView. )
Does someone know how I could fix this Problem?
Thanks in advanced
Txorl

