Question
Open a file from an Air app
Hello,
I want to open (with another application Android) a file from an Air application
navigateToURL( new URLRequest(myFile.url) );
the problem is that Android give me only Adobe Reader to open "myFile"
how Android proposes to all applications succeptibles to open "myFile" ?
openWithDefaultApplication() doesn't work on Android.
thanks
