mySound = new Sound(this); // _soundbuftime default değeri 2, maximun değeri 10'dur. En az kesintili streamming için bu değerle oyna. _soundbuftime = 10; mySound.loadSound("1.mp3", true); mySound.start(); mySound.onSoundComplete = function() { this.start(); };