Reputation: 1765
Can anyone please help me to add video controls (play, pause, forward, seekbar) to my application?
Upvotes: 0
Views: 740
Reputation: 22775
use Player.stop(), Player.start() for play and pause
use FramePositioningControl for forward and seekbar
Upvotes: 1