gpt4 book ai didi

iphone - iPad 播放 Youtube 链接

转载 作者:行者123 更新时间:2023-12-03 19:26:00 26 4
gpt4 key购买 nike

Hej 研究员,

我目前正在尝试获取 YouTube 链接以在 iPad 上的应用程序内播放,我采用了在 iPhone 上正常工作的相同代码:

-(void)playString:(NSString*)string{
NSString *youTubeVideoHTML = @"<html><head>\
<body style=\"margin:0\">\
<embed id=\"yt\" src=\"%@\" type=\"application/x-shockwave-flash\" \
width=\"%0.0f\" height=\"%0.0f\"></embed>\
</body></html>";

// Populate HTML with the URL and requested frame size
NSString *html = [NSString stringWithFormat:youTubeVideoHTML, string, self.frame.size.width, self.frame.size.height];

// Load the html into the webview
[self loadHTMLString:html baseURL:nil];

}

我的 View 层次结构如下所示:

UISplitViewControler
root
table
detail
UIViewController
mittels [self.view addSubview:sec.view] hinzugefügter "Popup"-Controller
UIWebView auf UIButton

交互式 youtube 识别工作得很好,但是当用户点击 uiwebview 内插入的按钮(自动发生)时,视频不会更改为全屏,而是以小缩略图播放,而不是更多。当用户手动点击 WebView 内的两个“箭头”时,就会出现这种情况。

有什么想法吗?

最佳答案

只是一个想法:

set the "allowsInlineMediaPlayback" Property of the UIWebView to NO

关于iphone - iPad 播放 Youtube 链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6845803/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com