I'm making a Flash app in Flash 10 and ActionScript 2.0 and need support for calling an EXE with some params and minimizing/close the application.
Neither Adobe AIR nor Zinc don't seem to support some code I made and I'm looking for a very simple alternative? Does anyone know about any?
Does AIR 2.0 help
http://labs.adobe.com/wiki/index.php/AIR_2:Release_Notes
We've been toying with mProjector. While it feels like a work in progress, it seems pretty lightweight, very straight-forward from an actionscript perspective, and if you use multiple windows a new stage is used for each window/swf -- a few singletons or poorly written event listeners won't matter as much as they would for a similar app built in air... my 2p.
I'm the project owner of HIppoHX, an Open Source alternative to AIR based on Haxe and SWHX that does what you need (plus it's fully extensible). The project is a little bit on hold, to be honest, but maybe the biggest hurdle is redistributing the flash player. Be sure to read Flash player redistribution on the Wiki.