To sonify a site we will need the following elements:
An invisible frame to hold the Flash embed(s).
A JavaScript code library to hold all of the sonification code.
A Flash movie to hold the sounds.
Functions inside the code library to make the sound start and stop.
Simple event handlers to call the sound functions.
Inside the Flash movie we will insert all the sounds needed for the web site, using this movie as a ‘soundbank’ that holds the sound resources.
The JavaScript code library will serve as a repository for the code, allowing us to make any changes needed in a single place.
The functions will enable sound, basically the functions will play and stop sounds when called.
The invisible frame will help to avoid embedding multiple instances of the Flash movie and will allow smooth sound transitions between pages.
The event handlers will call the sound functions when an event is triggered, these event handlers will be simple and easy to integrate with the HTML code.
My name is Gonzalo Alustiza and I work as a chief developer at Soundtown
Argentina. Soundtown is a ten year old music production company
specializing in music for advertising and TV which started to develop
sonification solutions for the Internet.