如何循环一个通过视频的YouTube应用 [英] How to loop a video through the youtube app

查看:142
本文介绍了如何循环一个通过视频的YouTube应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想我的应用程序,它的完成后,从YouTube应用推出一个特定的视频,并自动重新启动(循环)的视频。

I'd like my application to launch a specific video from the youtube app and automatically restart (loop) the video after it's finished.

我试过如下:

    Intent intent = new Intent(Intent.ACTION_VIEW,Uri.parse("http://www.youtube.com/v/" + youtubeID + "&loop=1&autoplay=1"));
    startActivity(intent); 

它运作良好,在浏览器中,但不会在YouTube应用程序自动重新启动。结果
可能吗?
谢谢你。

It works well in the browser, but will not automatically restart in the youtube app.
Is it possible? Thanks.

推荐答案

YouTube应用不会给你这个选项,就可以寿带以及制作黑客,
但需要你的年龄来开发。

Youtube app won't give you this option, it is possible tho with a well crafted hack, but will take you ages to develop.

我不知道为什么你想,但我不认为这是值得的时间。

I don't know why you want it but i don't think it's worth the time.

这篇关于如何循环一个通过视频的YouTube应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆