Is possible start play video on time moment?
Opened this issue · 1 comments
GoogleCodeExporter commented
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
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