Tagged Questions

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

learn more… | top users | synonyms

9
votes
4answers
6k views

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 won't go into, I really really want to build the .SWF from the command line, without setting up ...
7
votes
1answer
2k views

MXMLC and 64bit JRE

Are there any workarounds to get the Flex compiler to work with a 64bit JRE? If I use an MXMLC task in an Ant buildfile in Eclipse it works fine but if I try to use MXMLC from the command line (or try ...
4
votes
2answers
1k views

Using compiler constants with <compc /> ant task

I'm converting an existing build script from <mxmlc /> to <compc /> to generate a swc. However, the build is failing, giving the error: [compc] C:\xxxx\LogViewer.mxml(32): Error: Access ...
4
votes
2answers
491 views

How do I get FlashBuilder to show me the command-line output?

Specifically, I want to know what the commands are... all the flags it produces and passes to mxmlc. There must be a way, but I just can't figure it out.
4
votes
4answers
570 views

Flex Compilier says source-path and package definition mismatch

Here's the issue: I have three files in the same package: com.foobar The directory to these files is: C:..\mylibrary\src\com\foobar\ then inside I have foo.as and bar.as When I try to run mxmlc ...
4
votes
3answers
1k views

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 class TileArray extends Array { // Intentionally empty - I get the error regardless } Why ...
4
votes
4answers
1k views

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 ...
4
votes
4answers
3k views

How do I make my Ant Generated swf as small as possible?

I have a flex project and if I build a release version of the application using flash builder with RSLs on my swf is 115k. If however I build the same application using ant the swf is 342k. Without ...
3
votes
1answer
130 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
108 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 ...
3
votes
1answer
574 views

Stage3D in Flash Player 11 doesn't display

I'm trying to write a 3D game in ActionScript 3.0 using the Stage3D API. I've copied the playerglobal.swc in my frameworks/libs/player/11.0 directory, and modified the frameworks/flex-config.xml file ...
3
votes
1answer
2k views

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 to provide users that want to compile project on there own would be capable of doing such thing with out buying FB. So we use something ...
3
votes
1answer
1k views

Unsupported sampling flex/actionscript

In action script i need Loading configuration file /opt/flex/frameworks/flex-config.xml t3.mxml(10): Error: unsupported sampling rate (24000Hz) [Embed(source="music.mp3")] ...
3
votes
3answers
7k views

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 ".../services-config.xml" Is there a way to set the same ...
3
votes
2answers
2k views

MXML without Flex Framework/Components

The Flex compiler can compile "pure AS3" SWF files that don't contain any Flex Component bytecode. So, Would it be possible to create a custom component framework (used in place of the Flex ...
3
votes
3answers
3k views

Flex Command Line compiler capablities [closed]

Although the Flex command-line compiler (mxmlc) can compile MXML+ActionScript files into SWFs, I need specific insights into its capabilities, via the command-line switches. Configure which language ...
2
votes
2answers
58 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 ...
2
votes
1answer
57 views

How to use custom tokens with flex ant tasks

I am trying to use the flex ant task to build my Flex project. Before using ant, I ran the mxmlc command like this: mxmlc -load-config mxmlc_conf.xml src\project.mxml -output bin-debug ...
2
votes
1answer
288 views

mxmlc attributes for release build

Which mxmlc attributes do I need to replicate the behaviour of Flash Builder 4's Export Release Build? debug=false and optimize=true seems obvious, but doesn't reduce the swf's file size as FB4's ...
2
votes
2answers
1k views

Adding runtime-library-path to flex build configuration using ant mxmlc task

I'm trying to build a flex project, linking it to some RLSs. When setting up the project in Flex Builder, the corresponding "build configuration" (that I got by adding -dump-config to the compiler ...
2
votes
1answer
298 views

Mute speaker in action script

In the following code how to mute the speakers <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" width="300" height="100" ...
2
votes
1answer
2k views

mxmlc and framework linkage - how to specify linkage as rsl

I'm trying to build my flex 4 project using ant. In Flash Builder 4, in project properties it's possible to set the "Framework linkage" to one of "Merged into code", "Runtime Shared Library (RSL)" or ...
2
votes
1answer
44 views

How do you store a block of XML in ANT?

I'm very new to ANT and have started using it in a Flash Builder project. When I run the compiler I need to pass in some library paths. The whole thing looks like this: <mxmlc ...
2
votes
1answer
465 views

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 ...
2
votes
2answers
3k views

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 ...
2
votes
1answer
4k views

How to get Flex Builder 3 to generate two builds: one “-use-network=true”, another “-use-network=false”?

I'm building a Flex application that will need run under two different deployment scenarios: First, the application will be hosted on the web. The SWF loads some external resources (images, text) so ...
2
votes
3answers
2k views

Can relative paths be used when using “include-libraries” in the Flex mxmlc compiler?

I am trying to force all of the classes in a .swc to be linked into my Flex project's resulting SWF file. From the docs: http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_03.html ...
1
vote
2answers
49 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 ...
1
vote
1answer
29 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 ...
1
vote
1answer
60 views

Why does mxmlc Incremental Compile cause a fault relating to particular embedded asset?

I have a swf which embeds around 40 various png and fxg objects using the embed metatag... eg.: public class OneOfMyEbeddedAssets { [Embed(source = "./assets/OneOfMyEbeddedAssets.png")] ...
1
vote
1answer
47 views

Generate different flash banners using online

Good day! A client of us has asked us to build the following: A webpage where he can upload an image and type in a text. When submitted, the webpage then returns several banners (SWF's) of different ...
1
vote
1answer
127 views

From where may I download the Flash Builder SDK equivalent to Flash Player 11?

I wish to use Stage3D and Context3D in ActionScript. For that I need to download the beta version of Flash Player 11. However, I can't find the equivalent Flash Builder SDK with the mxmlc executable ...
1
vote
1answer
31 views

Any way of parametrizing whether or not to append inner elements in ant?

I am writing an ant file for compiling a flex project (but this question may apply to non-flex ant scripts as well). I had several targets there that look like this: <target name="first"> ...
1
vote
1answer
27 views

Load swf without instantiating

Is there a way I can load a swf file but not automatically instantiate it's DocumentClass? Instead I want to do something like the following: protected function mainLoaded(e:Event = null):void { ...
1
vote
1answer
40 views

Why Does The Flex Compiler Get Confused If a Property Name Matches A Class Type?

This is more of a rant than a question; but I am curious to know if anyone has some insight for me. The application I am working on deals with a C# .NET backend; communication is achieved via a ...
1
vote
1answer
109 views

What tokens are available (by default) for use in the mxmlc config file?

The flex compiler (mxmlc) allows the use of token substitution in the compiler config xml file, as referenced in the documentation. From the linked documentation it is clear that you can specify your ...
1
vote
1answer
63 views

Influence compile order of Flex mxmlc compiler

I get this bug when I use constants as default parameters and want to work around it somehow without having to use literals. Annoyingly, they deffered the bug resolution and I could not find a ...
1
vote
2answers
366 views

MXMLC strange error: Error: only one source is allowed in the filespec

I'm trying to compile the simple AIR app from here. I get a strange error, strange in that Googling it hardly reveals three results. mxmlc -library-path=/Applications/Adobe Flash Builder ...
1
vote
2answers
395 views

app fails to compile with mxmlc command-line but works with flash builder IDE

i have this flex app (it's a flex project created from flash builder), and it compiles fine when i build it from the IDE. it fails to compile when i do it from command line through mxmlc. i am ...
1
vote
3answers
981 views

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 or embed tag why the height and width has to be specified.Even though for this is a normal button ...
1
vote
1answer
175 views

ExternalInterface API in flex

How to resolve the following error in the mxml program? The error is Loading configuration file /opt/flex/frameworks/flex-config.xml /home/tom-j/programs/flex/html/aa.mxml(17): ...
1
vote
2answers
171 views

Mxmlc generates different binary on same source

I'm compiling a single .as file into swf using mxmlc. Whenever I run mxmlc, results are different in size even when the source code is not changed. For example, // Test.as package { public ...
1
vote
3answers
259 views

How to determine what files MXMLC compiles

I need a way to programmatically record what source files are consumed in an MXMLC compile. Ideally there would be a flag to pass to MXMLC to have it report the complete list of source files it is ...
1
vote
1answer
802 views

Embeding image in Flex 4 spark button control

How can I embed an image in Flex 4 button control? I found one here, but its for flex 3 mx controls. I just want an image above a text label on the button for accessibility reasons. Can someone ...
1
vote
1answer
69 views

Reduce unwanted noise

In the below code sometimes when microphone is not connected some noise is generated and the system just keeps on buzzing the same sound.Whats wrong with the code below and how to reduce the unwanted ...
1
vote
1answer
91 views

permissions in flex/Action script

I have two applications which access camera and mic written in flex.When these two resources had to be used it ask flash player asks for the use of system resource Allow or Deny Is there any way to by ...
1
vote
1answer
104 views

Microphone in flex/AS

Can any one point me to a small code for testing a microphone which is written in flex/AS Thanks
1
vote
2answers
243 views

Ant gc task for mxmlc?

In my project I use Ant as a build script. During compile phase I have to compile about 20 modules and the number is growing. To compile my modules I sequentially call mxmlc task. Everything works as ...
1
vote
2answers
441 views

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 for instance. ...
1
vote
2answers
753 views

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 : 1 - Running through SVG Files in a folder for (final File file : tFiles) { final String fileName ...

1 2 3