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 am trying to play a video in my iPhone application using the UIWebView component, the video is of format 3gp. If I try to open the url link to the video in the built in "Safari" application on my iPhone the video plays successfully without any problem, but when I try to open the link in the UIWebView i get an error message: "The opperation could not be completed". Why is that happening?

My code:

NSURLRequest *pageRequest = [NSURLRequest requestWithURL:[NSURL URLWithString:_urlString]]; [_webView loadRequest:pageRequest];
share|improve this question
Is it possible to get the link you are trying to use exactly ? In general Safari is definitely more advanced than a pure UIWebView and you have to handle the variety of situations manually. – A-Live Mar 7 '12 at 17:08
Sorry mate i can't send you the link i am using – Legnus Mar 12 '12 at 10:55

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.