Skip to main content
Petteri_Paananen
Inspiring
August 2, 2011
Answered

Is it possible to create AIR app in server?

  • August 2, 2011
  • 2 replies
  • 552 views

Hi

Does Adobe (or someone else) have any solution for server-side AIR app creation. I would like to offer my clients tools for uploading their AS3 or Flash Builder project to my server where actual compiling takes place... like for instance PhoneGap Build works....

This topic has been closed for replies.
Correct answer

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

2 replies

Correct answer
August 7, 2011

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

Petteri_Paananen
Inspiring
August 10, 2011

Thanks guys, sounds great... I´ll explore those

Innovatology
Participating Frequently
August 7, 2011

Sure, you can use the MXMLC compiler which runs from the command line. It's part of the Flex SDK, I think.