• Music Player Coding Help.
    4 replies, posted
I'm coding a music player, but I have a few questions. First, how would I make the items in a DListView when clicked individually, run a function. Like, if you click one item on a column, it does function Kill. If you click the item below it, it runs function Fly. Something like that. The other question I have is how would I make it so that they don't have to download each song file for them to be able to listen to the music. I've seen this on multiple servers with music players like d3vine and sassilization. I didn't download all the music files, yet they have LOADS of music I could choose from. If you need anymore information let me know.
You didn't download the music files because there are none. The music is streamed from their web server.
[QUOTE=wishbone;35763707]You didn't download the music files because there are none. The music is streamed from their web server.[/QUOTE] Thanks for the reply. How would I add songs to my web server as well if you know.
Some PHP and Lua
[QUOTE=hellsgate700;35765700]Thanks for the reply. How would I add songs to my web server as well if you know.[/QUOTE] You would have to do some php and lua. You would also have to store the songs on a mySQL server. You should take a look at wolfDJ thing. I'll have to find the song later.
Sorry, you need to Log In to post a reply to this thread.