I cant make the MediaElement object to work in page load. It works fine if I call
// the reason is during Page_load MyMediaElement.AudioStreamCount is 0
MyMediaElement.Stop();
MyMediaElement.Play();
in a button event. I checked my page_load but nothing seems to be preventing this. Is it because of some threading issue?
Even if I call it on Page_Loaded, it is not working