You can use the "MediaTimeline". A sample in this page
http://msdn.microsoft.com/zh-cn/library/ms635248.aspx.
It provides a method CreateClock() to create a Clock. It can be related to an MediaElement. Then we manage the media through the clock.
Clock has a property named "CurrentState".
Good luck.