【发布时间】:2013-05-17 16:30:09
【问题描述】:
我已经嵌入了一个 youtube iFrame 来在 UIWebView 网页中播放视频。
“在 youtube 上观看”链接失效:
代码是:
<iframe name="player" id="player" src="http://www.youtube.com/embed/{$firstParsedVideo}?HD=1;rel=0;showinfo=0" width="279" height="155"></iframe>
其中 $firstParsedVideo 是视频 ID。
我在 Cocoa Osx WebView 中也做过同样的事情,而且效果很好。
谢谢
【问题讨论】:
标签: ios uiwebview youtube-api