集成多种空气应用成为展示

问题描述:

有一个很好的方法来整合多个AIR应用到一个展示应用程序,而无需修改原来的AIR应用程序code以适合展示?

Is there a nice way to integrate several air apps into one Showcase Application, without having to modify the original Air App Code to fit into the Showcase ?

没有必要modifcations它有可能容易更新containtng应用

Without necessary modifcations it would be possible to easy update the containtng app.

的WindowedApplication 不能被加载到另一个,他们只是不设计用于。每个人管理的NativeWindow ,所以它不是像通常的SWF可以嵌套。如果你的应用有一定的主控放置到应用程序,您可以撰写展示那些控制 - 但不是自动

One WindowedApplication cannot be loaded into another, they just don't designed for that. Each one manages NativeWindow, so it's not like usual SWF that can be nested. If your applications have some main control placed into Application, you can compose showcase from those controls - but not automatically.