mxmlc
osx compiling AS3 project from the command line
When working on small projects or some test classes , I would prefer开发者_高级运维 to quickly compile my code from the command line as opposed to creating a full Actionscript project in Flash Builder[详细]
2023-01-16 14:27 分类:问答Compiling Flex Modules - Speed up link-checking?
I\'m working on a Flex project that has 28 modules, and 1 main SWF.Compiling everything takes 18 minutes total.I\'m using load-externs to load a link-report from my main SWF - that works great.The fil[详细]
2023-01-12 18:58 分类:问答Flex application font style is different between Flash Builder and MXMLC
When I 开发者_如何学运维compile my project with MXMLC I get a light grey font; if I specify a CSS style Application { color: black;} it fixes some of the colors but not most of them. When I compile wi[详细]
2023-01-12 00:11 分类:问答Flex compiler, mxmlc, called in Java makes 64bits JVM crash (dcpr.dll)
I have a web application that converts SVG files into swf ones. In order to do so, there are 3 steps :[详细]
2023-01-11 02:11 分类:问答Compile AS3 into a SWF online using Flex SDK's mxmlc
Read my question thoroughly before responding, I know there’s a site called wonderfl.net I‘ve got the Flex SDK 4 on my Mac and I found a way to compile AS3 into SWF files using Flex\'s mxmlc compil[详细]
2023-01-11 01:47 分类:问答mxmlc/fcsh ignoring [SWF(width="550", height="400", ...)]
I\'m compiling an .as file using fcsh, which uses it mxmlc. I use the following shell: mxmlc /Users/johannesjensen/Desktop/Doodler.as -static-link-runtime-shared-libraries=true[详细]
2023-01-10 20:32 分类:问答External Config file in Actionscript 3
I need to be able to load external configuration files into my flex app. I\'ve read that this is possible using embeds, so long as the mimeType is set to application/octet-stream.[详细]
2023-01-05 19:23 分类:问答How to link against SWC when source is in project?
I would like to compile my view classes into an SWC from flash, and compile the rest of the application using mxmlc (avoiding recompiling through the IDE). However, because the view classes (source) a[详细]
2023-01-04 14:13 分类:问答Extending Array in Actionscript 3 (Flex)
I\'m trying to make a variation on Array for a very specific purpose. When I have the following: public cl开发者_高级运维ass TileArray extends Array {[详细]
2023-01-04 12:20 分类:问答How to compile multiple css files into individual swfs using pure Maven?
Right now I am using an apply task inside of an antrun execution. <plugin> <artifactId>maven-antrun-plugin</artifactId>[详细]
2023-01-03 18:55 分类:问答