【发布时间】:2011-11-23 10:08:43
【问题描述】:
我们正在开发一个使用 UIWebView 加载 YouTube 视频的 iPad 应用 (iOS 4.3.5)。大约五分之一的 YouTube 视频将无法加载,我只看到以下带有 YouTube 徽标的空白屏幕:
查看调试日志我只能看到以下警告:
warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3.5 (8L1)/Symbols/System/Library/Internet Plug-Ins/QuickTime Plugin.webplugin/QuickTime Plugin (file not found).
warning: No copy of QuickTime Plugin.webplugin/QuickTime Plugin found locally, reading from memory on remote device. This may slow down the debug session.
我已阅读有关此警告 (https://stackoverflow.com/questions/7149593/warning-while-playing-a-video-link-in-my-app) 的信息,并且认为它不会影响此问题。
有谁知道如何解决这个问题?
【问题讨论】:
-
邮政编码供参考。
-
我们正在使用这个代码:
<html><head><body style=\"margin:0\"><embed id=\"yt\" src=\"%@\" type=\"application/x-shockwave-flash\"width=\"%0.0f\" height=\"%0.0f\"></embed></body></html>这些变量是从另一个函数传入的。提前感谢您的帮助!
标签: ipad uiwebview youtube ios4