Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Compile Flash .fla into .swf via command line? [duplicate]

How to compile Flash .fla files into .swf via command line on a Windows based operating system. Command line tools that need to be installed are ok. Can anyone suggest me what to do? (in a straight forward way). :-) Thanks.

like image 278
murvinlai Avatar asked May 11 '10 01:05

murvinlai


2 Answers

You can use JSFL to script the Flash IDE and tell it to compile an FLA to a SWF. Here are a few examples.

http://labs.flexperiments.nl/compiling-flash-files-from-flex/

http://www.gskinner.com/blog/archives/2004/08/jsfl_fla_batch.html

And here's a utility app to simplify:

http://www.mikechambers.com/blog/2003/11/01/flashcommand-flash-2004-command-line-compiler/

like image 167
Samuel Neff Avatar answered Oct 15 '22 08:10

Samuel Neff


If you need to compile FLA file into SWF up to Flash CS4 (that may be flash10 I guess) this may come useful; fla2swf

like image 31
Darkphase Avatar answered Oct 15 '22 07:10

Darkphase