如何将文件扩展名附加到默认情况下使用我的 AIR 应用程序打开的 AIR 应用程序?
我制作了一个解析某些特定文件的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在应用程序描述符文件中(在项目结构中查找与您的应用程序命名相似的文件,加上 -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.
我们无法在 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.