Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flash Project Compiling without Flash IDE

Tags:

flash

Is it possible to compile a Flash project without the use, or presence, of the Flash IDE?

Thanks, Jacques

like image 246
Jacques Avatar asked Dec 31 '25 22:12

Jacques


1 Answers

Technically all you need to compile a SWF is a text editor and the flex compiler. Download and unzip the flex sdk (which contains the flex compiler), write up some code, and compile the code into a swf using the command line. Something like (note there are a lot of command line options that can be passed to the compiler):

path_to_flex_sdk/bin/mxmlc -file-specs path_to_document_class.as -o path_to_output.swf

As xxiaojun mentioned FlashDevelop is a free, open-source actionscript editor that does a nice job at keeping things simple, but it is Windows compatible only. It comes with build/run scripts, project and class templates, code snippets, etc.

like image 200
heavilyinvolved Avatar answered Jan 06 '26 03:01

heavilyinvolved



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!