Is there any way to send parameters to G1 Youtube player when starting
it through an intent?  I want to prevent the related videos from
showing up once the video I've selected finishes playing.  Adding
commands to the URL being passed does not work.  Any help would be
appreciated.

Code snipet here (the &rel is not picked up by the player):

String youtubeUrl = "http://www.youtube.com/watch?
v=8PqI12R8YNU&rel=0";
                Intent youtubeIntent;
                startActivity (youtubeIntent = new Intent
(Intent.ACTION_VIEW,Uri.parse
                         (youtubeUrl)))

Thanks

dsurround
--~--~---------~--~----~------------~-------~--~----~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to