mxmlc is Adobe's application compiler that compiles SWF files from ActionScript and MXML source files.
1
vote
1answer
34 views
Flex Tasks // Mxmlc and native extension (ANE)
I need to setup a continuous environment allowing to build air apps, and so I have to setup some ANT script to compile my flash then package it.
I came across the flex task mxmlc which is the base ...
2
votes
0answers
39 views
Extending MXML component, Ambiguous Reference
I'm having some trouble extending classes in MXML, I will attempt to explain here, but I have also uploaded a Sample Flash Builder Project.
Consider that I have 2 classes:
...
0
votes
0answers
33 views
Adobe flex can't load module using ModuleLoader
Main.swf
<?xml version="1.0"?>
<!-- modules/StyleModLoaderApp.mxml -->
<s:Application
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
...
0
votes
1answer
155 views
Do MXML apps using Apache flex 4.9.1 SDK automatically compile with falcon?
Did I get the following assumptions right?
ASC 2.0 is used to compile pure Actionscript projects,
Falcon is used to compile MXML apps,
Apache Flex 4.9.1 SDK automatically compile using Falcon ...
0
votes
1answer
79 views
Source-path baseclass definition not found when compiling AS3 in mxmlc
As it's warmup time in Ludum Dare, I thought I'd make sure the Flex SDK I'd just downloaded works. Short answer: it doesn’t.
Every time I try to run
./mxmlc ...
0
votes
1answer
122 views
Does ASC 2.0 recognize [Frame] metadata tags (ex: for Preloader factoryClass)?
I'm trying to use the new ASC2.0 compiler in the AIR SDK 3.7, but I seem to be running into a problem where it cannot detect my preloader class.
If I use the non-ASC2.0 compiler, it recognizes and ...
1
vote
1answer
196 views
Can't embed image in as3 file while build with ant under linux(debian)
I embedded a png in as3, it's all fine on windows, either use FB4.6 or Ant. But while build with Ant under linux(debian), I got this Error. Image path is ...
0
votes
0answers
95 views
Flex compiler breaking when I use -raw-metadata parameter
So I have this shell script that compiles my AS3 classes to the SWF format.
Today I wanted to add a fancy timestamp to the "date" parameter on the metadata list. I'm trying to use the compiler ...
1
vote
1answer
299 views
actionscript-3 papervision3d mxmlc embedded collada model not showing
I am writing some code based on the following tutorial:
http://active.tutsplus.com/tutorials/3d/quick-tip-displaying-a-3d-model-with-papervision3d/
I copied the code from the example and added paths ...
0
votes
2answers
113 views
mxmlc (flex compiler) ignores “define” from xml configs
From Adobe's documentation:
To set the value of these constants in the flex-config.xml file, rather than on the command line, you write this as the following example shows:
<compiler>
...
0
votes
0answers
99 views
JSON error when compiling Flex file with MXMLC
tI have a file create with Flash Builder and the Flex 4.1 SDK which compiles fine in Flash Builder 4.5.1 but fails to compile with the command-line MXMLC (run via SublimeText 2 build system file). It ...
2
votes
2answers
162 views
Flixel files compiling in mxmlc but not running
SETUP:
I'm brand new to Actionscript 3 and mxmlc, I'm running 64 bit Arch Linux with multilibs. Neither the Flex SDK nor flixel are provided nor supported by the Arch Linux distribution so I extracted ...
1
vote
1answer
189 views
as3 conditional compiling with flascc
I had as3 project with custom flex-config.xml and conditional compiling directives for mxmlc like this:
<define append="true">
<name>CONFIG::DEBUG</name>
...
1
vote
0answers
98 views
How to directly embed an flv in actionscript so ffmpeg can convert from the compiled swf?
I have an flv that needs to be embedded into a swf. I am currently using the Embed tag and playing the flv with NetStream. The problem is that it does not seem to be directly embedding the flv file, ...
0
votes
1answer
126 views
How to automate MXMLC compilation in Mac OS X
I'm currently using Terminal to compile with MXMLC. Each time I want to compile I need to introduce the file name, and the first time I open Terminal I also need to specify the path of the file.
I'm ...
0
votes
0answers
19 views
can't get Flex mxmlc to work (exercise in Eckel, Thinking in Java) [duplicate]
Possible Duplicate:
mx:MediaPlayback Flex tag
In Bruce Eckel's "Thinking in Java" (4th ed.), chapter 21, I am trying to do exercise 39. This is about Flex, and it was written when Flex was ...
0
votes
1answer
71 views
How to compile a flex file only used for LocalConnection + JS-API
I have a flex application only used as API of LocalConnection for JavaScript.
It's working well but the generated SWF file is really big:
static-link-runtime-shared-libraries=false ~43k
...
3
votes
1answer
741 views
MXMLC in Flex SDK 4.5 doesn't work on Mac OS 10.8
Starting mxmlc on the latest mac exits with error message:
Error: This Java instance does not support a 32-bit JVM.
Please install the desired version.
How to fix?
0
votes
1answer
132 views
Datatable TableTools Styling
So far my journey with Jquery Datatables Tabletools was happy and smooth, until I came with a requirement that I need to reduce the font size of the header. Initially I though it would be a child's ...
2
votes
1answer
102 views
mxmlc load-externs is ignored
I develop an ActionScript 3 project using FlashDevelop 4.
I have a main SWF holding all the code.
I want to export some of the main SWF code into modules.
I created a module to hold the separated ...
1
vote
1answer
137 views
How to use Flash Builder to debug swf which is generated by command line mxmlc
I use command line to make swf from flex project.
mxmlc -debug=true src\Main.mxml -output bin-debug\Main.swf
I can use fdb to debug the generated Main.swf, but how to use Flash Builder to debug it?
...
1
vote
1answer
119 views
embedded resources with incremental build provokes runtime exception with Flex 4.5 and 4.6
When I compile my application with ant and incremental build, the embedded images provoke runtime exceptions.
[Embed(source="/assets/logo.png")]
[Bindable]
public var logo:Class;
<mx:Image ...
1
vote
1answer
196 views
Compiling as files with mxmlc
I try to compile my as files with mxmlc and ant.
Here is my compile code snipet:
<target name="compile">
<exec executable="${flex.home}/${mxmlc}" failonerror="true">
<arg ...
3
votes
1answer
120 views
Flex Conditional Compile Error
I'm doing the following:
CONFIG::TEST{
rootURL = "myTestURL";
}
CONFIG::PROD{
rootURL = "myProdURL";
}
In compiler arguments I have this:
-locale en_US -define+=CONFIG::AIR,true ...
0
votes
0answers
74 views
Flex fcsh “clear” command doesn't save *.cache files as stated in the documentation
Adobe's fsch supports a clear [id] option. According to the online documentation this option
Removes the target id(s) from memory but saves the target's *.cache file. If you enter this command ...
0
votes
1answer
135 views
Ant parallel perfomance
I need to compile many similar SWFs in my project. I have ant build file, where I run mxmlc (flex compiler) tasks. To decrease general build time I want to run the tasks parallel. I have 4 core cpu.
...
1
vote
1answer
255 views
ignore warnings using ant mxmlc
I am using the ant mxmlc task to build my project. I wish to ignore compiler warnings generated using the flex sdk, using ant mxmlc task. What do I need to do to my build script to get these ignored?
...
0
votes
1answer
355 views
Is there a tool to convert .actionScriptProperties to flex-config.xml?
I'm looking for a tool that could convert Flex settings set inside Flash Builder, stored in .actionScriptProperties and .flexProperties, to a flex-config.xml-like file that could be used as an input ...
0
votes
0answers
96 views
Error: only one source is allowed in the filespec - Related SO answer does not work
I'm getting the following error, which works fine in Flash Builder 4.5 but does not work with Flex SDK
C:\FlexSDK\bin>mxmlc -static-link-runtime-shared-libraries=false
-use-network=fa lse ...
2
votes
3answers
1k views
Using ant mxmlc task with native extension
I have an AIR application that I'm compiling to mobile. There is an iOS native extension (JamPot MobileBackup) that compiles fine when used in the IDE.
However, the IDE isn't sufficient now that ...
3
votes
2answers
111 views
refractor similar code snippet in ANT files
i have the following code snippet in my ANT File which compiles my project to a swf file :
<target name="my target">
<mxmlc file="${APPS_DIR}//@{appName}.mxml"
...
0
votes
2answers
70 views
Actionscript include and use external AS package
I have this flex project.And the below mentioned is my directory structure (List1).Now if i want to use an external package which has the following directory structure as mentioned in List2 Where ...
0
votes
1answer
674 views
AS3 audiioencoder to convert to audio
In action script how to convert using audio encoder a recorded byte array from microphone to MP3
public var recordedData:ByteArray;
recordedData.writeBytes(sample.data, 0, ...
1
vote
1answer
660 views
Adobe record sound and save
In the following code i am trying to save the microphone contents to a file.The saved file doesn't play and Every time the file is saved i see that the size is only of 10 bytes only.What am i doing ...
0
votes
1answer
214 views
Build swf using mxmlc (Ant) - Code compiles when code not changed
I am using mxmlc task to generate swf for our project.
Problem is, even when I dont change any flex code, swf compiles every time, which is comparatively lengthy process.
Does anyone know how to ...
0
votes
1answer
77 views
Compiling actionscript via actionscript
I'm in the process of creating a tool which needs to be able to compile a swf file. The interface preferably has to be flash/air.
I have a rough idea about how it could be done but there is some ...
1
vote
0answers
123 views
What does “compiler.mobile” to mxmlc actually do?
There's an option to the Flex compiler mxmlc that's called "compiler.mobile", which is enabled in the airmobile configuration. It is described in the docs as "Specifies that the target runtime is a ...
2
votes
1answer
184 views
Flex ant mxmlc command vs exec command
I am trying to figure out if there is any difference in any aspect of triggering flex compiler from ant file by using ant task 'mxmlc' or OS command 'exec'.
0
votes
0answers
107 views
SWC compilation much slower than SWF
We're converting quite a large Flex project from a monolithic web application project type to multiple projects where most of the existing files (~2000) will newly live under a Library project and ...
1
vote
2answers
776 views
How can I speed up MXMLC compiles?
I am using ant to build my web application. I have a target in my ant script which takes approximately 8 minutes to compile. Since mxmlc compiles everything from scratch and loads up the JVM each ...
0
votes
2answers
266 views
MXMLC compiling multiple SWFS with SWC dependancies
So I have a project comprised of multiple modules and I'm trying to work out the best way to compile, with minimal code duplication.
I have a core Framework SWF and a number of sub applications ...
0
votes
1answer
340 views
Flash Builder — Is it possible to view verbose build logging?
Is it possible to enable verbose build logging in Flash Builder? Ideally, I want to be able to see the exact arguments that are being passed to the mxmlc.exe compiler.
Context:
I'm currently ...
1
vote
2answers
281 views
Migrating to Flex mxmlc from ActionScript 2 mtasc
Years ago I created a tiny, simple SWF just to play MP3 files on various browsers. I exposed interfaces and called them from JavaScript. It was all small and straightforward; you can see the entire ...
2
votes
2answers
349 views
Actionscript 3 - Script Libraries
I'm attempting to load the resulting swf of a swc build manually. Due to my particular environment, we have a need to segregate class definitions into swcs (where it makes sense) to remove redundant ...
0
votes
0answers
344 views
mxmlc flash related errors when building over command line
I have a Flash Builder app built using the 4.5.1 sdk. In the Flash Builder UI it builds fine.
When i come to build it using NAnt i get errors among others, like the following:
"Interface Method ...
0
votes
1answer
644 views
Why does Java to throw IllegalAccessError when invoking mxmlc?
I invoke the Flex mxmlc compiler from a Java application. After adding the Xerces parser to the project classpath I get the error below.
java.lang.IllegalAccessError: class ...
0
votes
0answers
216 views
Ant build mxmlc takes more memory and time
I am using ant build for build my flex application. In the same time I have to compile java, flex and create war file, for that I think is the good choice.
Here is my build.xml snip
<target ...
1
vote
1answer
61 views
Why MX libraries are in my SWF?
I have a pure AS3 project. I use Ant to build it. Here is a part of my ant script:
<target name="mxmlc">
<exec executable="${flex.home}/${mxmlc}" failonerror="true">
<arg ...
5
votes
1answer
540 views
Strange issue building Flex (fails with unrelated errors on correct code)
Note: I have edited this question multiple times and reformatted it to better illistrate the question.
Problem
I am having a problem with my build. When I add a valid statement to the code it will ...
3
votes
1answer
382 views
Advice for learning to compile pure AS3 projects with Ant
I'm interested in breaking free of IDEs with my ActionScript development. It seems that using Ant with mxmlc is the preferred way of doing this; however, I've never used Ant or the compiler directly ...
