9/5/2010 12:49:42 AM
Title:
Applications with my icon
i want to open all txt files in my system to be opened by my Air app when I install it.
I there any way to associate all txt files with my App.
Thanks.
9/5/2010 4:40:46 AM
you can search the files with eaxtension as text and open them in your adobe airapplication. You can create a files search in adobe air application using this example
http://cookbooks.adobe.com/post_Asynchronously_searching_for_files_of_a_given_exte-9383.html
9/5/2010 11:02:40 PM
Hi
refer this links may you find something
http://help.adobe.com/en_US/AIR/1.5/devappshtml/WS5b3ccc516d4fbf351e63e3d118666ade46-7ff1.html#WS5b3ccc516d4fbf351e63e3d118666ade46-7cc3
http://help.adobe.com/en_US/AIR/1.5/devappshtml/WS5b3ccc516d4fbf351e63e3d118676a5f3b-8000.html#WS5b3ccc516d4fbf351e63e3d118666ade46-7e18
also check nativeApplication.setAsDefaultApplication("extension");
Regards,
Virat Patel