Is it possible to embed an ActiveXObject into an Adobe AIR application?
Is it开发者_开发问答 possible to embed an ActiveXObject (in this case, the 3DVia Viewer) into an AIR application and communicate with it?
Yes. Its possible.
You have to call Javascript functions from Air into your browser/IExplore and call the ActiveXObject from Javascript. At least thats the way I would do it.
精彩评论