开发者

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

How to be able to start up same Adobe Ai开发者_如何学Pythonr applications multiple times? How to make it to my app?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜