flashephile
kuler.adobe.com - flash color application
adobe integrated runtime
thefwa.com awesome list of flash
colourlikenoother.com
fullscreen flash & FS application info:
FS Commands for Projector Files
Make the screen size fullscreen fscommand("fullscreen", "true");
Allow the movie to scale to the screen size fscommand("allowscale", "true");
Don't allow the movie to scale fscommand("allowscale", "false");
Script for a "quit" or "exit" button on (release) {
fscommand("quit");
}