बेतरतीब ढंग से चलाने के लिए, इस तरह के गाने जोड़ें:
init ([ 'https://demo.com/songs/song1.mp3, 'https://demo.com/songs/song2.mp3, 'https://demo.com/songs/song3.mp3 ]);
Math.random: . का उपयोग करके बेतरतीब ढंग से खेलने के लिए निम्नलिखित का उपयोग करें
function displayRandom() { var audio = Math.floor(Math.random() * (collection.length)); audio = collection[audio]; audio.play(); setTimeout(loop,audio.duration*1000); }