If I launch a web page using UIWebView and that page contains a tag with a url specifying a remote video file, then when the user clicks the video to watch it what happens?
Does the web engine stream the video, or download it somewhere, if it downloads it then as its playing within my app is it placed in my app's sandbox?