Create and create a clean "ActionScript project" using the Flex SDK for Linux

First of all: sorry my english :)

Ok, here we go - im developing mostly java things, so my IDE is Intellij IDEA. Over the past few weeks, I have been playing with Flex and AS3. So, I am using Flex SDK 3 with the IDEA plugin.

Everything was just fine, but now I want to create a clean actionscript project without any flash stuff (it dramatically increases the size of the final swf).

I can understand that I need to play with flex-config and such things, but Im new for Flex and flash technologies in general, so I don’t know what to do.

Googling did not help me, everything explains what to do in Flex Builder.

So, I would like for someone to tell me exactly what I need to do to compile a clean actionscript project using a clean Flex SDK.

+3
source share
1 answer

mxmlc DocumentClass.as

+1
source

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


All Articles