Hello,
I have a simple loop that queues up and plays several YouTube videos
continuously:
*
*
*for* (*int* i = *currentSongsDataHolders*.length - 1; i >= 0; i--) {
startActivity(*new* Intent(Intent.*ACTION_VIEW*,
Uri.*parse*(*currentSongsDataHolders*[i].videoURL)));
}
This has worked great when using the YouTube app version 1.6.21
But today one of my Beta testers reported and I confirmed that when we use
the YouTube App version 2.0.26 after a video finishes playing rather than
going on to the next video automatically it waits for the user to press the
back button for it to play the next video.
Do any of you have any suggestions on how I might tell the YouTube app to
play the videos that are queued up continuously?
Or is there way to create a playlist within our android code and pass it on
to the YouTube App/player?
Any suggestions are appreciated, thanks,
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