Downloading Video on iPhone using SDK

Posted by Vivek Navadia on Stack Overflow See other posts from Stack Overflow or by Vivek Navadia
Published on 2010-03-30T10:08:46Z Indexed on 2010/03/30 10:13 UTC
Read the original article Hit count: 478

Filed under:
|
|

Hello All

I would like to develop such iphone application that provides functionality to download viedo. i am doing some as below

1) Loading HTML content on web view 2) The loaded html content contains the video link (i.e http://test.com/test.mp4") 3) When i click on that it will play the video in native player. 4) but i would like to prevent this thing and start downloading video from that URL for example, if i click on link it should not open native video player, it should start downloading from that url and store somewhere on iphone (i.e document directory)

is there any solution for same?

Thanks Vivek

© Stack Overflow or respective owner

Related posts about iphone

Related posts about video