在没有iphone视频播放器的uiwebview中播放youtube视频

时间:2015-02-17 08:58:01

标签: ios iphone xcode swift

我想仅在UIWebView播放YouTube视频。

并且不希望iPhone视频播放器播放视频。

我想在swift中实现这个



var url = "https://www.youtube.com/embed/yUEFauIpR40"

var htmlUrl = "<html><head><body style=\"(margin:0)\"><embed id=\"yt\" src=\"\(url)\" type=\"application/x-shockwave-flash\"width=\"\(560)\" height=\"\(315)\"></embed> </body></html>"

webView.loadHTMLString(url, baseURL: nil)
&#13;
&#13;
&#13;

它在视频播放器中播放视频UIWebView

1 个答案:

答案 0 :(得分:0)

webView.loadHTMLString(htmlUrl, baseURL: nil)

以上代码解决了您的问题。罗里有正确的答案,你需要通过htmlUrl