In windows phone 7 ..when using the element mediaelement.
I set the source of the mediaelement using url as follows at each time the user clicks on a button:
myMediaElement.Source = new Uri(url, UriKind.Absolute);
then I play it.
when the user clicks the second time on a button .. the mediaElement doesn't work.. Why?