We can change playlist (add new video to playlist that it has not added yet before) when on playing
Example:
myPlayListPlayer = jQuery("#myPlayerID").YTPlaylist(videos, false, function (video) {
// add new video to videos or reset videos
});
I want to play new videos continuously that do not refresh page
We can change playlist (add new video to playlist that it has not added yet before) when on playing Example: myPlayListPlayer = jQuery("#myPlayerID").YTPlaylist(videos, false, function (video) { // add new video to videos or reset videos }); I want to play new videos continuously that do not refresh page