PDA

View Full Version : [AS3] Compile to windows projector with Flex


selu
04-20-2009, 09:57 PM
Hi there.

I want to generate a windows projector with some command line.
I check the mxmlc arguments but i didnt find anything that works.

Am i missing something?
Or can anyone gives me an help?

Thank you a lot.

Pedro

wGrand
03-23-2011, 03:12 PM
Hi there.

I want to generate a windows projector with some command line.
I check the mxmlc arguments but i didnt find anything that works.

Am i missing something?
Or can anyone gives me an help?

Thank you a lot.

Pedro
Did you find a solution for this?

northcode
03-29-2011, 03:49 PM
You can't pass parameters to Flash (or Flex) projectors. If you want to do that you'll need a third party swf2exe tool.

I make a swf2exe tool (http://en.wikipedia.org/wiki/SWF2EXE_software) that you can use to do this.

If you compile your SWF into an EXE using SWF Studio (http://www.northcode.com/index.php) you can just access ssGlobals.ssCmdLine (http://www.northcode.com/v3/help/index.html?page=ssGlobals_ssCmdLine.html) in your app to get the command line that was passed to your EXE.