So I use a UIWebView to stream my embedded youtube video using loadHTMLString:baseURL:.
This works great. However, I noticed that the MPMoviePlayerController keeps losing the already streamed frames. When I start the video, press "Done" and the restart the video again, it begins from the very beginning again. I first thought that this is the default behavior and checked it by loading a request with the url youtube.com and played a random video. The controller saved the stream.
So my question is whether I did something wrong or wether UIWebView doesn't save it's stream when loadHTMLString:baseURL: is used?