|
|||
|
Hi all,
I am a newbie, have two questions to ask. ![]() I have use the command Shell.run("Testing.exe"); to open a exec file in FlashMX. Is it a must we have to put the physical exe file in the same level as the projector after it is created by SwfKit? Can the exe file reside in other folder. Next, i discovered whenever i build and create a projector, it will take the file name i save as for the first folder name, follow by another folder call projector and then my projector will be place inside it. Can i change or reduce the layer of folder for the projector to reside in? Tks a lot. ![]() |
|
|||
|
Hi,
Of course, the exe can be in other folders, Code:
Shell.run("../../my.exe")
Code:
var myexe = getAddtionalFile("my.exe");
Shell.run(myexe);
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|