This content has been marked as final.
Show 3 replies
-
1. Re: Is it possible to create AIR app in server?
Innovatology Aug 6, 2011 8:57 PM (in response to Petteri_Paananen)Sure, you can use the MXMLC compiler which runs from the command line. It's part of the Flex SDK, I think.
-
2. Re: Is it possible to create AIR app in server?
ArkyTan Aug 7, 2011 9:03 AM (in response to Petteri_Paananen)Of cause it's possible and simple.
1. put flex sdk on the server
2. install JRE or JDK on the server
3. run path_to_flex_sdk/bin/mxmlc with your custom compile options: http://www.docsultant.com/site2/articles/flex_cmd.html
-
3. Re: Is it possible to create AIR app in server?
Petteri_Paananen Aug 10, 2011 3:30 PM (in response to ArkyTan)Thanks guys, sounds great... I´ll explore those


