Most voted "playlist" questions
3 questions
Sort by count of
-
0
votes2
answers319
viewsCreate playlist with select-option and video elements, Object and embed
To play Youtube videos on a playlist web page select-option, I bring a simple example: Code troca = function (link) { document.getElementById('video').innerHTML = '<iframe src="'+link+'"…
-
0
votes1
answer206
viewsAutomatic Javascript Script Remove Play
Good night, you guys. I found a code here in the stack for random audio playlist and adapted it so that I could run videos, but I’m new to Javascript and I don’t know how to do almost anything. I…
-
0
votes1
answer119
viewsPlaylist with . load()
$("#playlist").load("https://cdn.rawgit.com/lucaskfp/-south-toon-player/master/teste.txt"); function audioPlayer() { var currentSong = 0; $("#audioPlayer")[0].src = $("#playlist li a")[0];…