Re: [flexcoders] How to run an AIR app in headless mode?

2009-08-12 Thread Gautam P
I have done this on a linux machine and it works. air app can run in headless mode, but not your flash app (on ur browser). you need to disable GUI on linux and then have xvfb installed to get the air app working in headless mode. On Wed, Aug 12, 2009 at 6:15 AM, Sonia Guptasoniagup...@yahoo.com

RE: [flexcoders] How to run an AIR app in headless mode?

2009-08-12 Thread Jake Churchill
In your -app.xml file you need to have this: systemChromenone/systemChrome In your main WindowedApplication tag, you need this attribute: showFlexChrome=false Also, you'll need to minimize the native window that comes with the AIR application or close it without exiting the app