Skip to main content
Inspiring
March 25, 2012
Question

Open a file from an Air app

  • March 25, 2012
  • 2 replies
  • 1791 views

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



This topic has been closed for replies.

2 replies

pol2095Author
Inspiring
March 27, 2012

I search a java code that can replace openWithDefaultApplication() in a Native Extensions for Android.

pol2095Author
Inspiring
March 28, 2012