How to get ability to start up multiple same Adobe Air applications?

丶灬走出姿态 提交于 2019-12-13 05:08:12

问题


How to be able to start up same Adobe Air applications multiple times? How to make it to my app?


回答1:


Multiple instances are not supported, but you can work around it.

If you want the feature to support being run multiple times, you can respond to the InvokeEvent.INVOKE event dispatched by the NativeApplication. You can then open a new window and make it appear that the application is running multiple times.

Alternatively, if you are simply trying to run the application multiple times to test a connection to a server without using multiple machines, you can change the value of the <id> element in your application descriptor.



来源:https://stackoverflow.com/questions/2982131/how-to-get-ability-to-start-up-multiple-same-adobe-air-applications

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!