Audio Player

For the AudioPlayer app and using it with the seek function, you might find that you have to do each AudioPlayer app on your page as a seperate code function to get it to work.
https://www.wix.com/corvid/reference/$w.AudioPlayer.html#seek

Examples

Move playback to 1 minute and 42 seconds into the audio track

$w("#myAudioPlayer").seek(102);

Move playback and log a message when done

$w("#myAudioPlayer").seek(102)
  .then( () => {
    console.log("Done with seek");
  } );

Check the Wix Support pages about the Wix AudioPlayer.

The Wix Audio Player is a stylish and simple music element that allows you to add a single track to a page on your website.

To do a playlist, you have to use something like Wix Music.

Apart from the Wix AudioPlayer and the AudioPlayer API, the rest of the Wix Music apps is not able to be integrated with code.

Therefore if you require more info on using Wix Music, please go through Wix Support for more info,