|
|||
|
Hello,
After covert to exe, I can not open my file using getURL in FLash: getURL("file.txt","_sefl") because swfkit open "http://agreement.pdf" Anyone can resolve this problem? Regards |
|
|||
|
The flash player cannot find your files, please use setBasePath method to resolve this problem.
If you files are in the same folder of the exe file, insert the following code into the "initialize" script Code:
Application.setBasePath(getAppDir()); Code:
var path = getAdditionalFile(); Application.setBasePath(path); |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|