Closed Shamber closed 11 years ago
I want to change the playlist on the fly by jquery, how to do this?
minplayer.get('playlist', function(playlist) { playlist.options.playlist = 'http://......../myplaylist.xml'; playlist.load(0, 0); });
I want to change the playlist on the fly by jquery, how to do this?