如何在 Android 自定义布局中播放 Youtube 视频?
我必须在我的 Android 应用程序中播放 Youtube 视频。我可以使用以下代码播放 Youtube 视频:
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.youtube.com/watch?v=cxLG2wtE7TM")));
这会离开我的应用程序,并启动我无法控制的移动 YouTube。
如何在我的活动中播放 Youtube 视频?一些博客建议使用 HTML5 video 标签来实现这一点。
I have to play Youtube video's in my Android application. I am able to play Youtube videos using the following code:
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.youtube.com/watch?v=cxLG2wtE7TM")));
This leaves my application, and starts the mobile youtube where I have no control.
How can I play Youtube videos within my activity? Some blogs suggested to use HTML5 video tag to achieve this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论