Este repositório foi marcado pela dotDev como um repositório bilíngue. Isto implica que ele trabalhará com duas línguas, sendo elas o Português Brasileiro e o Inglês.
This repository has been marked by dotDev as a bilingual repository. This implies that he will work with two languages: Brazilian Portuguese and English.
Existem duas formas de se utilizar desta ferramenta.
There are two ways to use this tool.
Para isso você vai precisar do IntelliJ IDEA Community Edition. Dentro do programa, siga estes passos:
- Vá até
File
. - Clique em
Settings
. - Acesse
Tools
. - Vá até
External Tools
e - Clique no
+
, inserindo o seguinte:
Name: AS3Compile
Description: Compiling and generating SWF modifications.
Program: Java
Arguments:
-Xmx512M
-Dsun.io.useCanonCaches=false
-Duser.language=pt
-Duser.region=BR
-Djava.util.Arrays.useLegacyMergeSort=true
-jar
compiler/flexsdk/4.6.0/lib/mxmlc.jar
+flexlib=compiler/flexsdk/4.6.0/frameworks
-compiler.compress=true
-load-config+=obj/Configuration.xml
-o
build/hair_U_testclothing.swf
Clique Ok
e depois Apply
.
Para executar a ferramenta, basta ir até Tools
, External Tools
e clicar em AS3Compile
.
For that you will need IntelliJ IDEA Community Edition. Within the program, follow these steps:
- Go to
File
. - Click
Settings
. - Access
Tools
. - Go to
External Tools
and - Click
+
, entering the following:
Name: AS3Compile
Description: Compiling and generating SWF modifications.
Program: Java
Arguments:
-Xmx512M
-Dsun.io.useCanonCaches=false
-Duser.language=pt
-Duser.region=BR
-Djava.util.Arrays.useLegacyMergeSort=true
-jar
compiler/flexsdk/4.6.0/lib/mxmlc.jar
+flexlib=compiler/flexsdk/4.6.0/frameworks
-compiler.compress=true
-load-config+=obj/Configuration.xml
-O
build/hair_U_testclothing.swf
Click Ok
then Apply
.
To run the tool, go to Tools
, External Tools
and click on AS3Compile
.