1. Home
  2. What
  3. "sound"

One Tag, I'll be a cloud.
One Tag, I'll be a cloud.

SoundManager 2: Javascript Sound for the Web

saved on
about:
SoundManager 2 is an attempt at providing the sound API which Javascript has been missing. It's a Javascript library which wraps and extends Flash's sound capabilities, bringing cross-platform audio functionality to Javascript.

John Resig - Embedding and Encoding in JavaScript

saved on
uri:
https://johnresig.com/blog/embedding-and-encoding-in-javascript/ This link is now broken.
about:
All of the game contents are embedded within the game script: This includes all game sprites and music. This is an interesting feat and one that's possible to accomplish within your own code. Let's take a step through how this was done to understand how we can better use this within our own sites.