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?