Adobe AIR to execute program

后端 未结 10 2164
陌清茗
陌清茗 2020-12-01 00:28

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 pres

10条回答
  •  旧巷少年郎
    2020-12-01 00:45

    Right now, there's no way to do this natively with AIR. There are some options, though:

    • Shu
    • Red5 running on localhost
    • Create a service that runs on the user's machine and connect to it using sockets.

提交回复
热议问题