HTML5 sound leak

The browser crashes after a few looping sound. i have use the method link here http://haxecoder.com/post.php?id=20. Sorry guys newbie here…Thanks

There’s been a few improvements to HTML5 sound looping since the last release. I think perhaps this is fixed in current development builds

Im sorry,i know you guys are busy,But is there any full sample or documentation on how to implement sound and music that targeting HTML5 only… how can i dispose it properly after it’s done playing??

Forgive me for my Dumpshitness.It was my bad really. i used to play it inside on ENTER_FRAME, which of course will populate the memory…Silly. i’d play it outside the loop. works fine now. sound.play(0,10000000);
Just wondering if there’s a way to loop it without putting large value like this -play(0,10000000)??