单击按钮时在媒体播放器中打开 Youtube 和 Facebook 视频

发布于 2024-12-09 20:58:09 字数 332 浏览 0 评论 0原文

我是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

与酒说心事 2024-12-16 20:58:09

遗憾的是,您无法使用 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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文