mahdi-ataollahi

Results 1 comments of mahdi-ataollahi

I had the same problem. When I used RebuildPlayer just before LoadMedia it worked properly: Player.Stop(); **Player.RebuildPlayer();** Player.LoadMedia(new Uri("http://...")); Player.Play();