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?