My setup: Flash Builder 4.7
I have a text file "1.txt" in the folder "folder1", which I added to the project tree in Flash Builder. I want to read this file at runtime using a file stream on an iOS device. Question:
- How to create a flash builder package for this folder when exporting the assembly and launching it on the device.
- How to access this directory to read this file.
(I can successfully open the "1.txt" runtime on startup / debugging on a hardware / air simulator if I put "folder1" in <path to my app>\bin-debug\, but it still does not work after the "Export release build" action).
Update:
When I launch the dialog Export Release Buid, I do not get a tab folder1on the tab Package Contents, why ????
source
share