public void LoadVideo(string filename)
 {
     TheVideo.Source     = new Uri(filename, UriKind.Relative);
     TheVideo.Visibility = Visibility.Visible;
     //TheVideo.Position = new TimeSpan(0, 0, 5);
     IsVideoPlaying = true;
     TheVideo.Play();
 }
Exemplo n.º 2
0
 public void TheVideoTest()
 {
     var s = new TheVideo().Scrape("http://www.thevideo.me/laxehj48qjum");
 }