Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

When loading a web-page in safari or in a UIWebview using an NSURLRequest, the video appears and functions perfectly. However, for the project, I don't want to display the entire page, but only the smaller part which contains the video and some text, so I grab the <div></div>s which contain those sections, and render them in the webpage using loadHTMLString:. While the text displays correctly, this second method has empty space where the video should be.

Is there a way to load a page using NSURLConnection and render the necessary parts without losing browser-specific video?

share|improve this question

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.