Adobe AIR:JavaScript 和 ActionScript 结合在一起?

发布于 2025-01-03 22:50:16 字数 340 浏览 1 评论 0原文

我们正在创建一个 AIR 应用程序。由于 AIR 应用程序可以使用 ActionScript 3JavaScript/HTML 创建,因此我们开始使用 JS/HTML 开发应用程序。但我们认为应用程序的某些部分可以使用 ActionScript 更好地实现。

问题是:是否可以将这两者结合在同一个下 应用程序(在 ActionScript 中调用 JS 函数,反之亦然)?

此外,我们需要为我们的应用程序提供一个系统托盘图标。哪个平台 使用 JS 或 AS 可以更好地实现吗?

We are creating an AIR application. Since AIR applications can be created by using both ActionScript 3 or JavaScript/HTML, we started developing the app with JS/HTML. But we felt that some parts of the app can be better implemented using ActionScript.

The question is: Is it possible to combine these two under the same
application (calling JS functions in ActionScript and vice versa)?

Also, we need to have a system tray icon for our app. Which platform
can this be better implemented with: JS or AS?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

能怎样 2025-01-10 22:50:16

如果您使用 HTML/JS 编写应用程序,则有一个适用于 Adob​​e Air 的 Javascript API,它通过 Javascript 中的方法调用公开 Adob​​e Air 的功能。

这将允许您通过 Javascript 访问系统托盘/烤面包机/文件系统等内容。

有关 Adob​​e Air Javascript APi 的这个问题为您提供了文档链接。

If you are writing the application in HTML/JS there is a Javascript API for Adobe Air which exposes the functionality for Adobe Air via method calls in Javascript.

This would allow you such things as System Tray / Toasters / FileSystem access all through Javascript.

This question on the Adobe Air Javascript APi gives you links to the documentation.

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