When the audio player is recreated, the audio starts from a random minute. I don’t have this problem the first time where the audio player is created.
$w("#myAudioPlayer").seek(102) .then( () => { console.log("Done with seek"); } );