Posted on October 11, 2009, 6:16 am, by Daniel, under
actionscript.
Here is part 2 of my sound experimentation. What I’m trying to do here is to analyse Fast Fourier Transform data from a sine wave, to determine what the initial pitch of the sound is. First of all I’m generating a sine wave (see part 1). The pitch of this wave is relative to the [...]
Posted on October 11, 2009, 5:40 am, by Daniel, under
actionscript.
This is v2 of Fairytale Fights and a more complete and extensive site than v1. It is AS3.0 and XML driven, and uses the GAIA framework. It supports 6 languages and uses video extensively. This game looks like it would be great fun to play and the artwork for the game is brilliant. http://www.fairytalefights.com
Posted on October 11, 2009, 5:31 am, by Daniel, under
actionscript.
Here is an excellent post about how to use an ‘onclick’ event to dynamically load a SWF. The great thing about this example is that the javascript will dynamically add or remove the required DIV tag needed to embed the SWF. link