এলোমেলোভাবে চালাতে, এইরকম গান যোগ করুন −
৷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); }