Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have tried this but it neither shuffles the playlist nor loops to the first video in the end of the playlist.

    //Load an initial video into the player
    ytplayer.loadPlaylist("E1B8AE2EF6BB0D76", 79, 0, "highres");
    ytplayer.setShuffle(true);
    ytplayer.setLoop(true);

I know that setShuffle might not be working (i am not sure if that's official though) but could someone please tell me if I'm doing anything wrong here, or if that's a bug?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.