iPhone SDK: How do you download video files to the Document Directory and then play them?

后端 未结 2 504
甜味超标
甜味超标 2020-12-01 03:57

I\'ve been fooling around with code for ages on this one, I would be very grateful if someone could provide a code sample that downloaded this file from a server http://www.

2条回答
  •  再見小時候
    2020-12-01 04:31

    If you want to download videos asynchronous I would suggest using the ASI library, so your app doesn't lock up while you wait for the download to finish.

    http://allseeing-i.com/ASIHTTPRequest/

提交回复
热议问题