Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I need to create a downloaded application for iPhone. Many of application is already in itune with same purpose. When any video play in UIWebView player, then i have to show option for downloading video. For downloading video i need URL which is playing in Player.

What i tried yet

i have found nothing, i got Notification which tell me that player is in full screen or not (UIMoviePlayerControllerDidEnterFullscreenNotification). I have tried with web view delegate methods for URL but it is not giving me any video URL. it print on console "setting movie path:" but it is not giving full path for downlaod

share|improve this question
3  
What have you tried so far? – Till Sep 10 '12 at 10:36
What is the problem then? – user0000001 Sep 10 '12 at 10:37
What Have You Tried? – Martin Sep 10 '12 at 10:42
Please Check updated Question. – Sachin Sep 10 '12 at 10:43
post your code. Hard to "imagine" what your code does (or doesn't). – Global nomad Sep 10 '12 at 11:41

1 Answer

Visit mytube or you can also get reference from this.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.