单击按钮时在媒体播放器中打开 Youtube 和 Facebook 视频
我是 iPhone 编程新手。我想问有关视频和 Facebook 链接的问题。
我创建页面列表,当用户单击页面时,视图将显示视频描述和播放视频的按钮。
1.当用户点击按钮时,是否可以在媒体播放器中播放facebook和youtube视频?
因为每个页面都有不同的视频,而且我只获得 YouTube 视频的嵌入链接(而不是视频文件格式和视频标识符)。
2.如何向IBAction发送参数?因为当用户单击按钮时,它取决于所选页面上的视频链接。
我的应用程序的外观与澳大利亚 SBS 新闻应用程序的部分类似,用户可以单击播放按钮并转到媒体播放器。
谢谢你!
I am noob with iPhone programming. I want to ask question regarding the Video and Facebook link.
I create list of page and when user clicks page, the view will show description of video and a button to play the video.
1.Is it possible to play facebook and youtube video in media player when user clicks Button?
because each page has different video, and i only get embedded link of a youtube video (not video file format and the video identifier).
2.How to send parameter to IBAction? Because when user click button it depends on the video link on selected page.
What my apps look like will be similar with SBS News Australia apps in section part where user can click play button and go to media player.
Thank You!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
遗憾的是,您无法使用 MPMoviePlayerController 播放 YouTube(或 Facebook)视频。您可以使用 UIWebView 打开并播放 YouTube 视频,但无法播放任何其他 Flash 视频(例如 Facebook 视频)。
Unfortunately you can't play YouTube (or Facebook) videos with MPMoviePlayerController. You can open and play a YouTube video with UIWebView, but you can't play any other flash video (like Facebook videos).