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
Original issue reported on code.google.com by
ivanzo73
on 15 Feb 2012 at 12:39