Search code examples
soundmanager2

CreatePlaylist in soundmanager2


How to create a playlist in soundmanager2 using data from a json object or an array? Does soundmanager2 has native playlist tools or do i have to write my own code like createsound() and destroysound() for each record?


Solution

  • Unless you want a Muxtape-style playlist, you're going to have to make one yourself.