try { Uri src = new Uri("ms-appx:///Assets/stream/wmp.asx", UriKind.Absolute); mPlayer.Source = src; mPlayer.Volume = 100; mPlayer.Play(); } catch (Exception ex) { label.Text = ex.Message; }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)