Hello,
I have code that will bring up a Youtube video on their webpage and the user
has to then tap the play option to play it:
videoURL = "
http://www.youtube.com/watch?feature=youtube_gdata_player&v=r4p8qxGbpOk"
mWebView = new WebView(this);
setContentView(mWebView);
mWebView.loadUrl(videoURL);
This works fine but what I would really like is to have the video come up in
the player on the phone immediately without the user ending up on the
webpage and having to tap the play option.
Do any of you have suggestions and/ or an example on how to bring up a
YouTube video in the player with code?
Thanks in advance,
Kevin
--
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en