How to make you own music player and play music online

visual-studio-2013

Hey guys I’m back with a new tutorial. So what this is called. We let’s say we are building our own music player for Windows Phone that will fetch music directly from internet. In other word you can say you will be listening to songs directly from the internet. So lets begin with it.

Working on Creating a Music Player

BackgroundAudioPlayer.Instance.Track = new AudioTrack(new Uri
(“http://i2.pinger.pl/paud1041/5ee6977200014a9248522a89/n2SYd6SnfpCgfGWZmn2KnZujlIOgpm2Fin12npZrsJmfoGRmn6Wvp6BomH6jppyfm2Z6g6WAbaKYoaigpaeKp6B7nKKlgJh6”,
UriKind.RelativeOrAbsolute),”Pocketfull of Sunshine”, “Natasha Bedingfield”, “”, null, null,
EnabledPlayerControls.All);
BackgroundAudioPlayer.Instance.Play();

For people who are still facing problem, you can write to me in comments. Moreover Click Here to get Sample Solution.

Exit mobile version