0

iOS 6 webview 是否存在呈现视频的问题?:(

我的代码是对 webview 的 loadRequest 方法的简单调用:

 self.webview.scalesPageToFit = YES;
[self.webview loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://www.youtube.com/watch?v=3WEpUAQ7fa8"]]];

cosole 说:

[MPAVController] Autoplay: Enabling autoplay
[MPAVController] Autoplay: Disabling autoplay for pause
[MPAVController] Autoplay: Disabling autoplay
[MPAVController] Autoplay: Ending background task assertion (8) for playback stall
[MPAVController] Autoplay: _streamLikelyToKeepUp: 0 -> 1
[MPAVController] Autoplay: Skipping autoplay, disabled (for current item: 1, on player: 1)

我提到了这个答案,但徒劳无功。

请提出一个答案。

4

1 回答 1

0

嗨,因为你不能使用 MPMoviePlayerController,你必须使用 Webview,而不是使用

self.webview.scalesPageToFit = YES;
[self.webview loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://www.youtube.com/watch?v=3WEpUAQ7fa8"]]];

试试这种方式嵌入,

于 2013-01-12T17:42:56.633 回答