pupunzi / jquery.mb.YTPlayer

use a custom yutube player for a video as background on jQuery framework
https://pupunzi.com/mb.components/mb.YTPlayer/demo/demo.html
1.34k stars 427 forks source link

Can change playlist when on playing #499

Closed taisaoanhyeuem1981 closed 1 year ago

taisaoanhyeuem1981 commented 1 year ago

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