Compiling a Flash project without a Flash IDE

Can I compile a Flash project without using or having a Flash IDE?

Thanks Jacques

+3
source share
3 answers

You can use Flashdevelop to compile as3 Flex projects.

Flex sdk is free and open source, Flex Builder is not. You can use Flashdevelop and Flex sdk to create actionscript projects if you do not want to buy Flash or a Flex constructor.

+1
source

, SWF, flex compiler. flex sdk ( flex), swf . - ( , , ):

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

xxiaojun FlashDevelop - , , , Windows. /, , ..

+2

You can use CodeDrive , flash / actionscript 3 IDE based on Visual studio

+1
source

Source: https://habr.com/ru/post/1757637/


All Articles