zxxhermit
V2EX  ›  杭州

用 UIWebView 载入一个 youku 的视频链接,有什么方法让它自动全屏播放视频吗?不需要用户点击播放按钮

  •  
  •   zxxhermit · Jul 20, 2015 · 2804 views
    This topic created in 3971 days ago, the information mentioned may be changed or developed.

    用 UIWebView 载入一个 youku的视频链接,有什么方法让它自动全屏播放视频吗?不需要用户手动点击播放按钮。
    UIWebView *webView = [[UIWebView alloc]initWithFrame:self.view.bounds];
    webView.delegate = self;
    webView.allowsInlineMediaPlayback = YES;
    webView.mediaPlaybackRequiresUserAction = NO;
    [self.view addSubview:webView];
    NSURLRequest *request = [NSURLRequest requestWithURL:[NSURL URLWithString:@"http://v.youku.com/v_show/id_XMTI4ODU0ODk3Ng==.html"]];
    [webView loadRequest:request];

    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3181 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 93c8b4a0 · 31ms · UTC 14:28 · PVG 22:28 · LAX 07:28 · JFK 10:28
    ♥ Do have faith in what you're doing.