Is there a way to check if a MoviePlayer is running?

I need to set a timer based on the MoviePlayer running. Anyone?

You could update a Playing flag in MovieStarted or MovieStopped events.

Perfect, thanks!