FileReference actions work properly in my workspace but wont when installed in mobile/android phone.
Publish Settings:
- Target - Air 3.2 for Android
- Script - AS 3.0
Air for Android Settings: Checked the following
- WRITE_EXTERNAL_STORAGE
Here's what's happening, I have 3 buttons calling the FileReference. One is the for browsing(.browse()) what to load(.load()). Here when I clicked the button for browse, it will prompt "No files selected" even I haven't selected yet. The browse dialog wont even show.
In saving(.save()), it won't show the save dialog box.
Any idea whats happening? all of those are working fine in Flash Pro before publishing