Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Youtube Playlist jump to index problem #8

Open
devshisiyani opened this issue Aug 20, 2016 · 0 comments
Open

Youtube Playlist jump to index problem #8

devshisiyani opened this issue Aug 20, 2016 · 0 comments

Comments

@devshisiyani
Copy link

I have a playlist on the youtube. I have used the youtube api in my phonegap application.
Have used the "youtube.playPlaylist" API. Used the param to specified the index, this fails to work. Does not matter what index I set.
The code is below. The playlist is displayed but it always start with the first video. The index is ignored.
Also noticed that the autoplay is ignored. The youtube video is displayed and you can play the video. You can also use the next button to move to the next video and you can move back video.

window.youtube.playPlaylist('PLtlVJniJbyNndiwRUE8WMc-zhmp0lrm58', 3, 60000, true);
window.youtube.playPlaylist('PLtlVJniJbyNndiwRUE8WMc-zhmp0lrm58', 4, 60000, true);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant