开发者

How to download an audio file from internet and play it using AvAudioplayer in Iphone sdk?

I need to download an audio file from the net and want to play it Using AVAudioPlayer.can a开发者_如何学JAVAny one give me suggestions how to do this.


you can use the NSURLConnection if you save the file in the server. the following is the link: http://developer.apple.com/iphone/library/documentation/Cocoa/Reference/Foundation/Classes/NSURLConnection_Class/Reference/Reference.html#//apple_ref/occ/clm/NSURLConnection/sendSynchronousRequest:returningResponse:error:

This is the method name sendSynchronousRequest:returningResponse:error:

For the playlist, I am not used before, so cannot help you. Good luck.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜