FlashAmp at work
The following links show Flash projects created with the assistance of
FlashAmp. If you think you've produced something cool with FlashAmp then
let us know!
Ty Lettau - Sound Of Design
Danny Franzreb - Taobot
Freezepop / Roger Braunstein
Kawus Nouri - Heavy Stereo
Jeff Simmonds - Zevi Interactive
FlashAmp examples with Flash source code
FlashAmp 3 examples
| |
|
Source Code |
| A simple MP3 player that handles spectrum and
amplitude data. This is the same player that is used at the top of
the main FlashAmp page. Source code includes full documentation. |
|
|
|
|
| Waterfall spectrum display built using the bitmap
caching capability in Flash 8. |
|
Pending |
|
| Spectrum starburst example targeting
high frequency data. |
|
Pending |
FlashAmp 3 AS2 class library
You can download a library of ActionScript 2 classes for use in your
own projects. The classes handle all the typical functionality that you
need in order to use FlashAmp data in Flash 7 or later, including; data
file loading, array parsing, sound position tracking, etc. Documentation
included.
Please note that some knowledge of object-oriented programming in Flash
is required in order to make use of these classes.
| |
Source Code |
| FlashAmp 3 AS2 class library. |
|
|
| FlashAmp 3 AS2 class library used with a simple
Flash MP3 player. Requires Flash 8 or later. |
|

This source code is licensed under the CC-GNU
LGPL.
FlashAmp 2 examples
The source code of these version 2 examples is fine for use with FlashAmp
3 data.
| |
|
Source Code |
| Basic single-character lip-sync animation
using amplitude values. Source code includes full documentation. |
|
|
|
|
| 16-band stereo eq-type display created
with spectrum values. Source code includes full documentation. |
|
|
|
|
Simple 6-band mono spectrum meter. |
|
|
|
|
| Stereo VU meters created with amplitude values.
Source code includes full documentation. This example uses the FlashAmp
#include file format and attachSound(). |
|
|
|
Stereo VU meters example using the FlashAmp loadVariables() file format
and loadSound(). In this example the FlashAmp data and the mp3 file are
external to the Flash file. |
|
|
|
|