I was having some trouble getting sounds to play dynamically using javascript today. I’m not sure dynamically is the right word but basically I wanted different sounds to load and play on the click of a button using javascript without having to preload the sounds. At first I tried using a single embed object, then [...]
Play sounds using javascript on the fly