how to loop audio in js. RolfBly. myAudio = new Audio('someSound.ogg'); if (typeof myAudio.loop == 'boolean') { myAudio.loop = true; } ...
確定! 回上一頁