I want to pull xml data from radio station website API's and play a channel in my website using c#.
Any idea how can i play this live radio channel in my web site.
|
|
You may use Linq-XML.
Import the System.Xml.Linq and write following code:
|
||||