gpt4 book ai didi

objective-c - 没有在 Xcode 中嵌入一些 youtube 视频

转载 作者:行者123 更新时间:2023-11-28 22:58:54 25 4
gpt4 key购买 nike

我在我的应用程序中嵌入了 youtube 视频,就像许多教程中显示的那样

NSString *htmlString = [NSString stringWithFormat:@"\
<html><head>\
<style type=\"text/css\">\
body {\
background-color: transparent;\
color: white;\
}\
</style>\
</head><body style=\"margin:0\">\
<embed src=\"%@\"\
type=\"application/x-shockwave-flash\" width=\"180\" height=\"140\"></embed>\
</body></html>", videoLink];

[webView loadHTMLString:htmlString baseURL:nil];

为什么我可以播放这样的视频 www.youtube.com/watch?v=FMueitNN8HI而不是像这样 www.youtube.com/watch?v=jsFV1A8l5e4 ?

在第二种情况下,它显示了一个带有划掉按钮播放的 webview,如 this

问题出在哪里?谢谢

最佳答案

这是因为上传第二个视频的帐户所有者选择不让视频兼容移动设备。这是您在我的计算机上打开的第二个视频的屏幕截图,浏览器用户代理设置为 iPhone。

enter image description here

关于objective-c - 没有在 Xcode 中嵌入一些 youtube 视频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10320910/

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