Adobe AIR 应用程序从本机 Windows 应用程序接收返回事件
我正在尝试开发一个简单的 mxml Flex 应用程序以从 AIR/Flashplayer 运行时启动 Skype。是否可以从本机 Windows 应用程序获取事件?在 Skype 的简单示例中,当 Skype 退出时,操作系统将控制权返回给 Flex 应用程序。但是,对于拥有自己的事件模型并希望与 Flex 事件模型进行通信的本机应用程序又如何呢?例如,当相机检测到人脸时,人脸检测系统会在 Flex 应用程序上显示“Hello”。在目前的Flex框架中可以做到这一点吗?
I'm trying to develop a simple mxml Flex application to start Skype from the AIR/Flashplayer runtime. Is it possible to get back events from a native Windows application? In the simple example of Skype, the OS returns control to the Flex app when Skype exits. But what about native applications which have their own event model and wants to communicate with the Flex event model. For example, a Face detection system which shows "Hello" on a Flex app when the camera detects a face. Can this be done in the current Flex framework?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须使用 NativeProcess 从本机 Windows 应用程序获取数据/信息。
You'll have to use a NativeProcess to get data / info back from a native windows application.