Need C# Code to Play Mp3 files

Status
Not open for further replies.

pankaj

Active Member
1,817
2009
149
20
  • I liked Hyper'z program a lot and wanted to learn to develop something like that but not the same thing.

Let's say, I make a folder on my domain root, domain.com/music-collection and I store my favorite mp3 files in that.

I found this tutorial, I need same thing but I need it to retrieve the list of mp3 filesstored in a directory online and play it .

How to retrieve the list of files stored in that directory and play it in C# ?
I am new to C# though I know Visual Basic and Java.
 
3 comments
You're basically asking us to do your work for you. If you're new to C# you should first learn it before trying to do magic with it. I suggest you read a good book. What you want to do is actually pretty simple. But having source code handed to you so you can just compile it and put your name under it isn't going to get you anywhere or learn you anything.
 
I searched whole day and night yesterday about streaming mp3 from online source but got none. And yes you're right, even if I get a piece of code, there's no greatness in it.

I'll now better start learning it.
 
Status
Not open for further replies.
Back
Top