iPhone:如何在特定视图(而不是全屏)下播放 YouTube 视频
我发现了很多关于在 MPMoviePlayerController 中播放 mp4(可以在屏幕中的较小视图中)或在 YTMoviePlayer 中播放 YouTube 视频(全屏)的帖子。我想知道是否有办法在特定视图中播放 YouTube 视频?喜欢苹果 MPMoviePlayerController 的示例代码吗?
https://developer.apple.com/library/ios/ #samplecode/MoviePlayer_iPhone/Introduction/Intro.html
谢谢
I found a lots posts about playing mp4 in MPMoviePlayerController (can be in a smaller view in screen) or play youtube video in YTMoviePlayer (fullscreen). I'd like to know if there are someways to play a YouTube video in a certain view? Like apple's example code for MPMoviePlayerController?
https://developer.apple.com/library/ios/#samplecode/MoviePlayer_iPhone/Introduction/Intro.html
Thanks you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你应该尝试这个。 LBYoutubeView。这允许您在特定视图帧中播放视频。
You should try this. LBYoutubeView. This allows you to play a video in specific view frame.
如果您使用的是 iPhone,则除了全屏之外无法使用 MPMoviePlayerController。对于 iPad,情况就不同了,您可以将播放器嵌入到另一个视图中。
If you're using an iPhone, there's no way of using the MPMoviePlayerController other than fullscreen. With the iPad, it's a different story, you can embed the player in another view.