
flow is a command-line tool that launch Adobe flash and compile/test swf movies, it helps flash developers to build swf using their own IDE such eclipse.
Screencast: see flow in action (italian spoken).
download flow.
usage:
flow i=infile.fla [options]
options:
launch flow without arguments or flash help to get help summary.
i=path/to/movie.fla
input file name, use absolute or relative path
o=path/to/movie.swf
output swf file name, use absolute or relative path
c|t
compile / testmovie
f8 | f9
generate new fla according with flash version, if no given file name it will be new.fla
dc=DocClassName
document class name for new fla9 file, default is MainClass
fp=flashPath
ovverride flash path in config file
pn=profileName
custom profile for compile/test in flash Default is the default profile
de=nnnn
delay end, sleep time before exiting in milliseconds
credits:
Grant Skinner for its "compileProject"
similar projects:
flashCommand by Mike Chambers (seem to be no more available)

Jaco