I am designing an app that has the ability to play a large number of different mp3 files that are associated with some pdfs. I would rather just stream the mp3 files so I don't have to worry about allowing them to download them onto their device and fill up a bunch of space. Is network streaming possible? Or do I need to have the content local? I have been fiddling with the MPMoviePlayer framework, but I can't get it to work.
It would be very helpful if someone could share some working code.
Thanks!