Grishberg / android-youtube-player

Automatically exported from code.google.com/p/android-youtube-player
0 stars 0 forks source link

Is possible start play video on time moment? #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have used this project for play youtube videos in my app, but I need play 
these videos starting in time 41 second, like in youtub url:

http://www.youtube.com/watch?v=pNa6dx6VBlo&t=41s

In my app I have used:

Intent lVideoIntent = new Intent(null, Uri.parse("ytv://jNztrIHEsuU&t=41s"), 
this, OpenYouTubePlayerActivity.class);

startActivity(lVideoIntent);    

but all videos start on second 1.

Is possible start in other time moment?

Original issue reported on code.google.com by ivanzo73 on 15 Feb 2012 at 12:39

GoogleCodeExporter commented 9 years ago
could send me the source code on shiakfarooq1@gmail.com so that i can test how 
its working with you

Original comment by shiakfar...@gmail.com on 5 Aug 2012 at 9:11