Top "Mxmlc" questions

mxmlc is Adobe's application compiler that compiles SWF files from ActionScript and MXML source files.

compiling actionscript from command line using MXMLC

I have a tiny actionscript "project" consisting of two files, call them foo.as and bar.as. For reasons I …

flash actionscript-3 actionscript command-line mxmlc
MXMLC and 64bit JRE

Are there any workarounds to get the Flex compiler to work with a 64bit JRE? If I use an MXMLC …

flash 64-bit java mxmlc
How to include additional compiler arguments when using mxmlc ant task?

Flex Builder allows additional compiler arguments to be set in the compiler options, under properties. It sets the argument; -services ".../…

apache-flex ant service mxmlc
How to create a variable in flex-config xml file usable inside of it?

We can auto-generate flex-confix xml file from flash-builder so that users who want to compile project on their own would …

flash apache-flex flash-builder mxmlc
Change JDK for running <ANT> task from within build xml

I have build.xml which calls swfbuild.xml. I want parent build.xml to use IBM JDK 1.5 and swfbuild.xml …

java ant build-automation mxmlc
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 …

java apache-flex ant mxmlc
Height and width of a SWF file in html

In the following code Only the button image has been embeded into the flex code.But in the html object …

html actionscript-3 flash mxmlc
Compiling with Flex4 SDK

I'm trying to compile an existing Flex3 project with the Flex4 SDK. I'm getting this error: Warning: This compilation unit …

apache-flex flash flex4 actionscript-3 mxmlc