There are similar issue related to MediaElement.Position property like the on the following thread:
http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/ebbbca48-1b19-425a-a757-c9108bb6de02/
But my problem is a bit different.
ScrubbingEnabled is true and I've a slider which can be used to seek video. now whenever I seek the near the end of the video or sometimes to the end, MediaElement dose not respond, like it's hanged without any error event, it dose not even update event if I set it's Position again to starting or somewhere in between, Also in this condition when I play the video again, it seam like it's updating the value of position, but not playing the video. [I am checking the value of Position on timer.]
Only solution left is to load another file.
Thanks in advance...