Get Youtube Playlist Index
I have a playlist embeded in my website using the youtube API (with javascript) and the playlist has 3 songs. QUESTION: How can I get the index of the song that is currently playin
Solution 1:
You probably want to just use player.getPlaylistIndex()
https://developers.google.com/youtube/iframe_api_reference#Retrieving_video_information
Post a Comment for "Get Youtube Playlist Index"