More specifically ... I know that this is the way to broadcast:

                                Uri 
uri=Uri.parse("http://www.youtube.com/watch?v=Enu-BbWCtT4";);
                                startActivity(new Intent(Intent.ACTION_VIEW, 
uri));

Thing is, this gives me a choice between YouTube and Browser ... is
there a way imply a preference (like, just YouTube?).

Thanks!
Jason

On Fri, Aug 28, 2009 at 1:41 PM, Jason Van
Anden<[email protected]> wrote:
> I would like to load a video via an intent using the YouTube player.
> Can someone point me in the direction to find an example?
>
> Thank You,
> Jason
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to