0

Can anyone please help me to add video controls (play, pause, forward, seekbar) to my application?

sth
  • 222,467
  • 53
  • 283
  • 367
harish
  • 1,755
  • 6
  • 22
  • 36

1 Answers1

1

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

Maksym Gontar
  • 22,765
  • 10
  • 78
  • 114