简体   繁体   中英

How to attach file extension with my AIR application that by default open with my AIR application?

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

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM