HTML5 sound crashes after i try play it every 15 sec

HTML5 sound crashes after i try to play it every 15 sec,

i call play() every 15 sec. then crashes after a minutes…

//in constructor
sound= Assets.getSound(“sound/implo3.ogg”);

// every 15 sec.
sound. play(); <- im not trying to loop.