Adobe AIR to execute program
问题 I would like to press a button from an Adobe AIR application and execute some installed program. For example, I would have a button named "Start Winamp". When this is pressed it should start Winamp.exe directly...I don't want some command line thing executed, I only want an exe to start. Or...is it the same thing ? Please, let me know if this is possible. Thank you. 回答1: There's no direct way of doing it. Try CommandProxy. Read the blog post very carefully. You really need to create two