如何将文件扩展名附加到默认情况下使用我的 AIR 应用程序打开的 AIR 应用程序?

发布于 2025-01-08 11:13:08 字数 121 浏览 1 评论 0原文

我制作了一个解析某些特定文件的 AIR 应用程序。我正在使用 Flex Builder 4.5 和 SDK 3.6。我想将图标附加到这些文件中,当我双击这些文件时,它们应该使用我的应用程序打开。我该怎么做?

谢谢

I made an AIR application that parses some specific files. I am using flex builder 4.5 and SDK 3.6. I want to attach Icons with those files and when I double click those files they should open with my application. How can I do this?

Thanks

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

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

发布评论

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

评论(2

流云如水 2025-01-15 11:13:08

应用程序描述符文件中(在项目结构中查找与您的应用程序命名相似的文件,加上 -app.xml 作为结尾)找到标签fileTypes
如果取消注释,您可以指定应用程序处理哪些文件类型,以及为这些文件显示哪些图标。

In the Application Descriptor file (look in your project structure for a file named like your application, plus -app.xml as an ending) find the tag fileTypes.
If you uncomment it, you can specify which file types you application handles, and which icons to show for those files.

静赏你的温柔 2025-01-15 11:13:08

我们无法在 Flex Builder 4.5 中使用 SDK 3.6 来执行此操作。为此,我们需要使用 SDK 4.5。

We can not do this using SDK 3.6 in flex builder 4.5. To do this we need to use SDK 4.5.

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