Questions tagged as 'playlist'

1
answer

Playlist 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]; $("#audioPlayer")[0].play(); $("#pla...
asked by 30.01.2018 / 21:35
1
answer

Remove automatic JavaScript script play

Good evening, everyone. I found a code here in the stack for random audio playlist and adapted it so I could run videos, however I'm new to Javascript and I do not know how to do almost anything. I even need a tutorial all of a sudden. More comp...
asked by 18.05.2017 / 02:23
2
answers

Creation playList with select-option and video, object and embed elements

To play YouTube videos on a webpage with select-option playlist, I have a simple example: Code troca = function (link) { document.getElementById('video').innerHTML = '<iframe src="'+link+'" width="420" height="315" framebord...
asked by 25.01.2017 / 21:57