I am trying to find the best way to play a URL of an mp3. I've tried Audiostreamer but it doesn't fit my needs as it's geared towards infinite streams, and not finite streams.
Then you can use the [AVAudioPlayer initWithData] method. Use an NSURLRequest to generate the proper request with the cookie, then save the response as an NSData object.
– Dan LorencJun 18 '09 at 19:24