Adobe AIR 应用程序从本机 Windows 应用程序接收返回事件

发布于 2024-09-26 19:25:18 字数 245 浏览 5 评论 0原文

我正在尝试开发一个简单的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风情万种。 2024-10-03 19:25:18

您必须使用 NativeProcess 从本机 Windows 应用程序获取数据/信息。

You'll have to use a NativeProcess to get data / info back from a native windows application.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文