I have even tried the VideoBrush today, with no success :( See code below. On page Player:
…
…
…
Then from the xaml page where the user clicks on the image to see video clip:
…
player.mediaPlayer.Source = new Uri("http://youtu.be/code\_of\_video");
player.rect.Fill = player.brush;
…
Please help me! :cool: