How to share an image with air for mobile?
Hi, I have been trying to share an image with the datashare ANE with FlashDevelop: http://www.adobe.com/devnet/air/articles/datashare-native-extension.html
At first, it was working great (AIR 24), but since I updated the AIR sdk (I am using AIR 26), it doesn't seem to work anymore. I get this:
[Fault] exception, information=Error: Error #3001: File or directory access denied.
in flash.filesystem::FileStream/open
But my application.xml file already has <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
I'm kind of stuck here, and don't know where to look at... Any help?
Thanks!
