|
|||
|
:-[ :-[ :-[
Dear TopCMM, Have a Nice Day I'm using swfkit pro & I use fscommnad to open external files such as exe, doc, xls ...etc. but it is not that good in opening external files due to the delay of the opening time & the "DOS" screen that appears at the begining of the command so, is there is another way to open external files without using fscommand Note: I have tried the following method but it didn't work ??? "In the action script Code: Code:
on (release)
{
fscommand("ffish_run", "launch");
}
in swfkit add a script named "launch" Code: Code:
Shell.open(getAdditionalFile("fscommand\\file name"));
??? ??? ??? Please help Best Regards MultiDesign |
|
|||
|
Hi, multidesign
The method you mentioned should work. If your external files are not added into the attachment list of your swfkit project, you must use the "getAppDir" method instead of the "getAdditionalFile" method, just like what jatin_anand pointed out. In this case, the script should be Code:
Shell.open(getAppDir()+"\\fscommand\\urFileName"); |
|
|||
![]() Dear TopCMM, Have a nice day Thank you very much for your help, I tried the codes you sent & they worked perfectly ;D ;D ;D So, thank you again very much You helped me alot Best Regards MultiDesign |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|