Can I play sound in my javascript game without using anything like flash or HTML crawl?
When I searched google, it gave me various plugins or ways to do it with flash, but I would like to do it with pure js, while being able to play many sounds in parallel.
source
share