mxmlc Questions

6

Solved

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 mxml...
Excessive asked 7/10, 2010 at 18:56

2

Solved

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 ...
Soubriquet asked 2/6, 2010 at 5:47

5

Solved

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...
Downy asked 22/5, 2010 at 17:1

5

Solved

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...
Vansickle asked 20/5, 2009 at 4:0

1

Solved

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...
Polk asked 20/4, 2013 at 16:52

1

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?
Telemetry asked 9/11, 2012 at 5:11

2

We can auto-generate flex-confix xml file from flash-builder so that users who want to compile project on their own would be capable of doing such thing without buying FB. So we use something like ...
Adulterant asked 29/3, 2011 at 20:2

2

I'm trying complie my project via mxmlc this way: [prj_folder]\src>mxmlc mymxml.mxml -library-path+=../libs -sp+=..\assets and i get such errors: [prj_folder]\src\view\controls\controlname....
Removal asked 8/6, 2011 at 12:0

1

Solved

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...
Guevara asked 3/5, 2012 at 8:13

5

Solved

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. Thes...

2

Solved

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.
Aviva asked 8/11, 2010 at 16:51

1

Solved

So I hava a usual flex project folder with .actionScriptProperties .flexProperties .project files in it and src, libs, html-template dirs. All my libs are in libs folder and my project is generally...
Commanding asked 29/3, 2011 at 16:41

2

Solved

I need to be able to load external configuration files into my flex app. I've read that this is possible using embeds, so long as the mimeType is set to application/octet-stream. package learning ...
Hippocras asked 3/7, 2010 at 1:27

0

I have movie clips containing FLV video sequences. When this FLV plays in a SWF compiled from mxmlc, the video is completely corrupted - all different coloured blocks. If I compile from the IDE t...
Gio asked 25/6, 2010 at 13:47

3

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 ...
Evvoia asked 22/6, 2010 at 5:3
1

© 2022 - 2024 — McMap. All rights reserved.