2

(Having it play again infinitely)

The sample app does not show any possibility to do that, but it is a common feature for video players. I tried to branch the end event to a seek-to-first-frame command but there is loading time between the 2 sequences.

Is there a tricky or standard way to do that ?

Thanks

Jacques Giraudel
  • 352
  • 4
  • 19

1 Answers1

1

on PlayerWebView you can add a listener using

setEventListener(EventListener listener) 

and listen for Event PlayerWebView.EVENT_VIDEO_END, on this event you can call

PlayerWebView.play()
payloc91
  • 3,724
  • 1
  • 17
  • 45
Neeraj Kumar
  • 943
  • 4
  • 16