[android-developers] How to play Youtube video on Java, Android?
I have to code for playong video:
private void loadPlayer() {
Intent youtube=new Intent(Intent.ACTION_VIEW,
Uri.parse("http://www.youtube.com/watch?v=CES7xNy70hU"));
startActivityForResult(youtube, 100);
}
But when player finish showing of video, it won't close himself and
user need to press back button. I need that player will close himself
automatically after end of video. How can I do it?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home