I\'m trying complie my project via mxmlc this way: [prj_folder]\\src>mxmlc mymxml.mxml -library-path+=../libs -sp+=..\\assets
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: coul
I\'m trying to compile the simple AIR app from here. I get a strange error, strange in that Googling it hardly reveals three resul开发者_如何学Cts.
I use -static-link-runtime-shared-libraries=false for compiling my app and when I upload the new swf I periodically receive an Error #2046. If -static-link-runtime-shared-libraries=true used it works
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.
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.
In the following code Only the button image has been em开发者_StackOverflow社区beded into the flex code.But in the html object or embed tag why the height and width has to be specified.Even though for
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.
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 -du
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 comp