Questions tagged [mxmlc]

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

206 questions
0
votes
1 answer

AMXMLC "Error: Unable to locate specified base class 'spark.components.WindowedApplication'"

I'm a newbee to AIR and Flex, and I've been having trouble using amxmlc to compile a .mxml file from the command line. Specfically, I am getting the following error: Error: Unable to locate specified base class 'spark.components.WindowedApplication'…
Sam R
  • 1
  • 4
0
votes
1 answer

using amxmlc to compile .as into .swf from the command line

Here's what I'm doing: amxmlc -load-config obj\config.xml Here's what I'm getting: Error: Missing builtin type Object Error: Unable to build SWF C:\Users\m\work\project\bin\ApplicationName.swf Here are the contents of config.xml:
matt lohkamp
  • 2,174
  • 3
  • 28
  • 47
0
votes
1 answer

Why is the compiler complaining about a possibly undefined property

I have a very simple practice program for Flex 4 ( Gumbo ). package { import mx.controls.ColorPicker; import mx.controls.Label; import mx.events.ColorPickerEvent; import flash.display.Sprite; public class testClass extends…
kervin
  • 11,672
  • 5
  • 42
  • 59
0
votes
1 answer

Custom Flex 4 data components won't compile within fx:Declarations tags (and aren't allowed outside them)

I have built an extensive library to render complex data from several XML sources, and have abstracted some of these sources as classes which just extend Object. As an experiment, I began extending XMLListCollection in an attempt to make the…
0
votes
1 answer

Adobe Flex - mxmlc.exe and compile with dependent libraries

I have Flex SDK 4.6. I would like to work with library https://github.com/y8/websocket-as. This library needed library as3corelib (https://github.com/mikechambers/as3corelib). The problem is, that I'm not able to use/include this libraries in my…
user1595465
  • 1,161
  • 4
  • 11
  • 16
0
votes
1 answer

mxmlc java.util.zip.ZipException: invalid block type Actionscript-3 Papervision3D Flash Develop

I've been compiling my Papervision3D actionscript project using mxmlc using the following command line parameter: mxmlc.exe -static-link-runtime-shared-libraries=true source.as The following error is displayed: java.util.zip.ZipException: invalid…
0
votes
1 answer

Problems with compiling multiple AS3 packages w/ant and mxmlc

I'm trying to extend the BigBlueButton client with some proprietary classes. Specifically the phone module, where I added a file with my own code. When I write my own package name (org.mydomain.module.test ...) within the file, the compiler fails…
KBoek
  • 5,794
  • 5
  • 32
  • 49
0
votes
1 answer

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 In the config file, I want to keep some values configurable, for example the paths of the external libraries. Is it…
jobinbasani
  • 2,075
  • 6
  • 47
  • 66
0
votes
1 answer

mxmlc (flex4 beta)command line on ubuntu hangs

Im using mxmlc to compile as3 on ubuntu linux. I've donwloaded flex4_b2_100509, just to use the most recent stuff... so Im typing 'mxmlc file.as' but it just hangs on me... it doesnt return anything. I checked running processes ('ps -e') and its…
deepblue
  • 8,426
  • 13
  • 48
  • 60
0
votes
1 answer

Flex Compilation - Strange Behavior of metadata tags

I'm trying to move the build of a Flex Builder workspace from the IDE into an Ant task, and I'm having some trouble with the behavior of some custom metadata tags in the projects. I have one library project which is compiled as a .swc, which…
Dan Monego
  • 9,637
  • 6
  • 37
  • 72
0
votes
1 answer
0
votes
1 answer

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 without any other configurations, There is no way to…
Ajar
  • 1,051
  • 3
  • 13
  • 29
0
votes
1 answer

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 -compiler.source-path=../../../Flixel/org/flixel…
jonatan
  • 31
  • 1
  • 7
0
votes
2 answers

Does Flex SDK's mxmlc create a cache file or hash to determine if source code has changed?

My ant buildfiles tell mxmlc.jar to recompile target mxml source. However, if the target mxml source file has not changed, either ant or mxmlc is ignoring the file and will not create a new swf. This is an annoyance because I'm editing files…
user56512
0
votes
1 answer

mx:MediaPlayback Flex tag

I'm trying to compile gui/flex/songs.mxml in the fourth edition of Bruce Eckel's Thinking in Java book and am getting a compilation error with Flex 3.4. Here is a simplified version of the example that gives the same error:
Paul Reiners
  • 8,576
  • 33
  • 117
  • 202
1 2 3
13
14