May 16, 2001 - Recipe for Sonifying a Page
May 16, 2001 Recipe for Sonifying a Page Tips: May 2001
Yehuda Shiran, Ph.D.
|
The recipes for sonifying a page with and without APIs are very similar:
flashsoundcheck.js
in the HEAD
section. Download.
sonified_flash(myFrame)
, where myFrame
is the frame number to start the sound from.
BODY
section, by calling Flash_embedSWF(swfURL, swfbgColor)
.
onclick
event handler to the sonified_flash()
method.