9

I am showing a movie on my application, and i want the application to only play it once. And when its done playing i want to enable some buttons (play, rewind, watch again etc...) but is there any way i can get an event when the movie has finished - or anything that would accomplish this scenario?

Cheers,

Dave Clemmer
  • 3,741
  • 12
  • 49
  • 72
H4mm3rHead
  • 553
  • 1
  • 12
  • 28

1 Answers1

18

The MediaElement.MediaEnded event should help you

Simon Fox
  • 10,409
  • 7
  • 60
  • 81