Questions tagged [mxmlc]

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

206 questions
0
votes
2 answers

Does anyone know how to go about writing a Flex precompiler, similar to the way MXML is done into your build process?

This is a bit of a crazy question, but does anyone out there know how to go about writing an extra compile step into the flex compiler. The idea would be that the MXML compiler would knock out the MXML to AS3 code as it does, but we have an extra…
0
votes
1 answer

mxmlc outputs Russian symbols

I've downloaded flex SDK from adobe.com. When I call mxmlc or compc russian symbols are outputed, so it's impossible to work in command line. Is it possible somehow to switch language to English? Thank you in advance!
Eugeny89
  • 3,797
  • 7
  • 51
  • 98
0
votes
1 answer

FTE for Flex 3.6.0?

I've got a legacy project which I'm trying to get up and compiling here. Unfortunately, in the process of compiling, it's failing with errors like: Error: Definition flashx.textLayout.elements:TextFlow could not be found. I had thought that FTE was…
Naftuli Kay
  • 87,710
  • 93
  • 269
  • 411
0
votes
3 answers

Can't find how to use CONFIG:: directives properly

Let's say I have to compile two different versions of my .swf for different sites. The difference is in hostnames for the ajax and redirection, several minor tweaks in code and in graphics added to the project in .swc. I can switch different swcs…
Nanako
  • 337
  • 3
  • 14
0
votes
1 answer

Microphone amp using flex/AS

Is there a amplifier kind of version written in action script or flex is so please lead me to relevant examples for it.. Amplifier meaning to change the control the frequency pitch etc.... can any one give me links to it??
Rajeev
  • 44,985
  • 76
  • 186
  • 285
0
votes
3 answers

How to make the bitmap generate the SWF file

The bitmap resource, It's usually make the bitmap generate the SWF file ,and use Loader class to load into the application. I search some answers from google, find two ways to generate SWF File, one. use mxmlc tool. and another, use jsfl. I know…
Lee
  • 97
  • 2
  • 13
0
votes
0 answers

Specifically, how would you compile a folder of decompiled actionscript back into a runable .swf

I know there is some information on compiling actionscript out there but i am finding it really hard to understand and I can't seem to get anything to work. I have recently taken interest in a spirograph maker flash game and wanted to see see how it…
dajaco81
  • 61
  • 1
  • 5
0
votes
2 answers

could not resolve (or ) to a component implementation

I am trying to compile a file into swf using mxmlc in command line. When it is a very simple mxml, compile is successful. But when the file contaion the fx name space, I get a compile error like: could not resolve (or ) to a component…
Ugur Adigüzel
  • 203
  • 1
  • 2
  • 13
0
votes
1 answer

Type was not found 'ServerSocketConnectEvent'

I'm new with actionscript and want to create a socket server and listen to it, here is my code: package { import flash.display.Sprite; import flash.net.ServerSocket; import flash.events; import flash.events.ServerSocketConnectEvent; …
user3503143
  • 381
  • 3
  • 10
0
votes
1 answer

flex embedded in html on ubuntu using cherrypy

I'm trying to open an SWF file i created using mxmlc but when i open it in the browser it just shows a white page, and if i embed it into html it shows the grey background ... and when i try to open the html file from localhost (using cherrypy) it…
Darth Plagueis
  • 910
  • 3
  • 21
  • 39
0
votes
2 answers

Compile .AS Files through Flex 4

I've got the environment variables in Win7 set-up so that I can compile .as files through prompt. But it shows some warning about not having FactoryClass, so I can't compile using shared libraries. How can I compile the file with classes and…
0
votes
0 answers

Flex mxmlc ant task gives java.lang.OutOfMemoryError: Java heap space

I'm getting this error while trying to build flex project [mxmlc] java.lang.OutOfMemoryError: Java heap space [mxmlc] at macromedia.asc.parser.NodeFactory.expressionStatement(Unknown Source) [mxmlc] at…
826dna
  • 163
  • 3
  • 11
0
votes
1 answer

MXMLC throws a java.lang.NullExceptionPointer when compiling in windows (not in mac nor ubuntu)

I'm running ant to compile a Flex application, and the build keeps failing when running it on a windows command line. Other people in my team can successfully run the very same build under mac and linux. This is the error shown in the command…
0
votes
1 answer

attach progressbar

In the following code how can the progress bar be attached to the sound and indicate it progress
Rajeev
  • 44,985
  • 76
  • 186
  • 285
0
votes
0 answers

How to parse CCD/CDA document in Apache/Adobe flex?

How to parse CCD/CDA document in adobe flex? Is there any simple solution/Third party library to parse and show all the human readable part present in XML rather than iterating over each node and parsing it individually? Now i am parsing it by…
Nishil S.B
  • 69
  • 1
  • 11