|
|||
|
hi,
i'm having 2 exe files both made with flash and both compiled with their specific skp file. the two programs are supposed to save in a xml some results.the first application needs at some point to open the second application then the second application needs to write in the xml. the first application works fine but the second one has some issues. when i run the second application alone it writes in the xml, but when i call the second application with the first one it doesn't write in the xml. i'm using this code in skp for saving Code:
var sub = FlashPlayer.getVariable("uXML");
var df = "DataBase\\userDB.xml";
var xmlFile = new FileStream(df, "w");
xmlFile.write(sub);
xmlFile.close();
Code:
fscommand("ffish_run","Save");
Code:
Shell.open(getAppDir()+"ress\\secondApplication.exe"); |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|