Quote:
Originally Posted by johny
I am new to Iphone apps development, having been hunting resources for a little app where I want to get the list of the songs from a remote server (got the i.p address of it) and how I can actually play them as well. I would appreciate pointers. I am been reading documentation about url objects, bundles, file management but I havn't clearly understood the approach to take in this case.
Thank you much.
Johny
|
creating a URL object did work for playing the remote mp3 file...
i am still looking for a way to get a list of all the mp3 (or any other iphone supported music files) in the remote directory to build a tableView in my app.