How can i download videos from internet to iphone

How to download audio/video files from internet and store in iPhone app?

Creating a Folder

For every app you have a Documents Folder. Any files you use in your app are stored here. If you want to create more directories here, then you'd do something like this:

If you want to download audio files from the internet, then you want to look at an asynchronous method of doing it. This means that the application can carry on doing things while your download happens in the background.

How can i download videos from internet to iphone

For this, I recommend you use ASIHTTPREQUEST. It's great for carrying out any download requests, providing you with many options such as pausing a download (as you requested).

ads

The website provides a great deal of documentation on downloading and storing a file. Take a look at the Downloading a File section on this page.

You'd just do something like:

Then just handle the progress and completion through the delegate methods that ASIHTTPRequest offers.

Playing the file is very simple. Once it's on the device and you know where it is, just load it into the audio player.

There's a great tutorial here on using AVAudioPlayer to play sounds. A very simple example of using it in your case would be:

Related posts

  • Curiosity – what’s inside the cube is a sociological experiment a bit like a video game created by the British genius Peter Molyneux (Syndicate, Dungeon Keeper, Fable), where thousands of...

  • Syncios -- Transfer Music from iPhone 4S to Computer for Free iPhone 5S Photo Lost Case in Camera Roll Everyone knows how easy it is to get music onto an iPhone 4S with the help of iTunes, but...

  • ShowBox For iPhone Download | Watch Movies on iPhone June 18, 2015 ShowBox (Movie Box) For iPhone: If you are searching to find a post on watching movies on Showbox then you are at correct...

  • How to Download Music from SoundCloud to Your iPhone Today, most people subscribe to a music subscription service to get their hands on the latest tracks from their favorite artists. Services...

  • Why Are the Videos on YouTube Blurry & Distorted on My Windows Vista Computer? Changing Resolution If all videos on YouTube look blurry, but the controls under the videos appear normal,...