Followup....in my above example, I was linking to a video that was no
longer available on Youtube that resulted in the "Action not allowed"
message.

I've now changed my tests to active videos and the playlist will still
not play the second video when done through the Youtube player on the
Android phones.

URL test 1:
String testVideoURL = "http://www.youtube.com/v/GDQWqhe-ihU?
version=3&playlist=DJ_uZiueQKg";

URL test 2:
String testVideoURL = "http://www.youtube.com/watch?
feature=youtube_gdata_player&v=GDQWqhe-ihU&playlist=DJ_uZiueQKg";

And then they are executed with:
startActivity(new Intent(Intent.ACTION_VIEW,
Uri.parse(testVideoURL)));

Neither plays the video in the playlist.

URL 1 executes both videos on a PC/Firefox.

It looks to me like the the Youtube player on the Android doesn't
support the playlist in this format.

If anyone has any insights or suggestions, they will be appreciated.

Kevin Courtney

-- 
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

Reply via email to