Adobe AIR:JavaScript 和 ActionScript 结合在一起?
我们正在创建一个 AIR 应用程序
。由于 AIR 应用程序可以使用 ActionScript 3
或 JavaScript/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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 HTML/JS 编写应用程序,则有一个适用于 Adobe Air 的 Javascript API,它通过 Javascript 中的方法调用公开 Adobe Air 的功能。
这将允许您通过 Javascript 访问系统托盘/烤面包机/文件系统等内容。
有关 Adobe 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.