mxmlc
Ant MXMLC task with arbitrary list of source/lib paths?
Does anyone know of a way to use the mxmlc Flex Ant task开发者_如何学编程 with a user-defined list of source or library paths?[详细]
2023-01-03 11:05 分类:问答MXMLC Ant task results in java.lang.OutOFMemoryError
I\'m making a change to a set of code for a Flex project that I didn\'t write and was set up to compile using ant tasks. I assume that the codebase was stable at the last checkin but I\'m running into[详细]
2022-12-31 21:41 分类:问答Compiling CSS to SWF server side Java, What is the best practice?
My project allows users to create custom css for our flex app. In regards to compiling the CSS into SWFs on the server side:[详细]
2022-12-31 13:43 分类:问答Including configuration files while compiling a Flex application with MXMLC
I\'m using: - Flex SDK 3.5.0 - Parsley 2.2.2. - Flash Builder 4 Down in my src folder (which is configured as part of the source path in the Flash Builder), I have a logging.xml which I configure via[详细]
2022-12-30 07:00 分类:问答Wrapping or Embedding and MP3 in a SWF using Flex's mxmlc compiler
Our Flash web-based applications play lots of audio for narration and sound-effects.Some of our customers have firewall rules that block downloading of MP3 and other audio files.So, we need to wrap th[详细]
2022-12-29 23:25 分类:问答How to suppress Flash migration warnings (1090)
In Flash Professional CS4, I get \"migration issue\" warnings when I use mouse/keyboard input handler names such as onMouseDown, onKeyUp, etc., even though I have added event listeners for them. These[详细]
2022-12-24 23:55 分类:问答Can't embed XML in FlashDevelop
I am trying to embed some xml into my application but I get the following error Fault] exception, information=TypeError: Error #1090: XML parser failure: element is malformed.[详细]
2022-12-19 19:42 分类:问答How can I speed up Ant Compilation in FDT / Flex Builder
Is there any way to speed up MXMLC compiles 开发者_开发知识库using Flextasks in Ant in Eclipse. Compared to FDT and Flex Builder\'s in-built compilation, it is painfully slow. Try adding incremental=\[详细]
2022-12-18 00:00 分类:问答Conditionally including Flex libraries (SWCs) in mxmlc/compc ant tasks
I have been struggling trying to figure out how to conditionally include Flex libraries in an ant build based on a property that is set on the command line.I have tried a number of approaches with the[详细]
2022-12-16 00:23 分类:问答using property file along with config file to be used with mxmlc
I\'m trying to run mxmlc in the following manner. mxmlc -load-config+=mycfg.xml C:\\\\projects\\\\src\\\\main.mxml -output myswf.swf[详细]
2022-12-13 04:35 分类:问答