创建 Adob​​e AIR 应用程序的要求

发布于 2024-08-15 08:27:45 字数 161 浏览 3 评论 0原文

我与 Flex 合作已经有一段时间了。但我什至没有机会了解 Adob​​e AIR 平台。我打算用AIR做一些个人软件。

假设 AIR 的背景是绝对为零的,除了 Flex 构建器之外,我的系统中还应该有什么?如果我对 Flex 非常熟悉,我能多快学会 AIR?

问候, 阿努普

i am working with Flex for quite sometime. but i hadn't get any chance to even look at Adobe AIR platform. I am planning to do some personal softwares using AIR.

Provided the background that am an absolute zero in AIR, what all should I have in my system apart from Flex builder? And how fast i can learn AIR if I am pretty comfortable in Flex?

Regards,
Anoop

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

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

发布评论

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

评论(2

离不开的别离 2024-08-22 08:27:45

您实际上可以在 AIR 中使用任何 Flex 代码 - 最直接的区别是应用程序的根标记(WindowApplication)和更广泛的可用方法选择。 AIR 只是 Flex 运行的一个平台,而不是替代品或其他任何东西。

创建新的 AIR 项目后,您可能需要检查 src 文件夹中的 MyTest-app.xml(或应用程序的任何名称)文件。例如,操作系统创建的新窗口的某些属性就驻留在此处。

至于工具,如果您还没有 AIR 运行时,您需要安装它,但除了工具和 Flex Builder 之外,您已经全部准备就绪!

You can quite literally use any Flex code in AIR - the most imminent differences are the root tag of the application that is WindowApplication and a wider selection of methods available. AIR is only a platform that your Flex runs on, not an alternative or anything.

After you have created a new AIR project, you may want to check the MyTest-app.xml (or whatever the name of your app) file in the src folder. This is where, for instance, some properties of the new window created by the operating system reside.

As for tools, you'll want to install the AIR runtime if you don't have it already, but apart from that and Flex Builder you're all set!

习ぎ惯性依靠 2024-08-22 08:27:45

鉴于您的 Flex 背景,您已经处于开始开发 AIR 应用程序的有利位置。您必须学习的内容取决于您已经了解的内容以及您要构建的应用程序的类型。如果您分享有关该应用程序的更多详细信息,我们可以为您提供帮助。

您可以关注的一些内容包括 WindowApplication 对象、文件系统 I/O、SQLite 数据库操作、窗口/菜单/任务栏等。以下是 Flex 中 AIR 应用程序开发入门的基础知识:http://livedocs.adobe.com/flex/3/html/Part5_AIR_1.html

You're in a good position to start developing AIR applications given your background in Flex. What you have to learn would depend on what you already know and the kind of application you are going to build. We can help you if you share more details about the app.

Some things you can look out for are the WindowApplication object, File systems i/o, SQLite database ops, windows/menus/task bars etc. Here's the basics for getting started with AIR app development in Flex: http://livedocs.adobe.com/flex/3/html/Part5_AIR_1.html

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