views:

185

answers:

1

Hi Anyone please help me to add video controls(play,pause,forward,seekbar) to my application

+1  A: 

use Player.stop(), Player.start() for play and pause
use FramePositioningControl for forward and seekbar

Max Gontar