PDA

View Full Version : Call a exe file in MDM Flashstudio


hamid747
11-15-2005, 12:06 PM
hi everybody,
i'm going to load a series of exe files in my projects,
i use the following command for my button in flash:
on (press) {
exe="myfile.exe";
fscommand("flashstudio.exec","exe");
}
and it seems to work correctly,now i want to manage the project files and because of that i want to put this file in a directory and call it from that,like "mydir\myfile.exe",but when i set a directory,i doesn't work any more
on (press) {
exe="mydir\myfile.exe";
fscommand("flashstudio.exec","exe");
}
know anybody a solution about it or Ex. experience?
thanks a lot
.:confused:

hamid747
11-15-2005, 12:06 PM
hi everybody,
i'm going to load a series of exe files in my projects,
i use the following command for my button in flash:
on (press) {
exe="myfile.exe";
fscommand("flashstudio.exec","exe");
}
and it seems to work correctly,now i want to manage the project files and because of that i want to put this file in a directory and call it from that,like "mydir\myfile.exe",but when i set a directory,i doesn't work any more
on (press) {
exe="mydir\myfile.exe";
fscommand("flashstudio.exec","exe");
}
know anybody a solution about it or Ex. experience?
thanks a lot
.:confused:

hamid747
11-15-2005, 12:06 PM
hi everybody,
i'm going to load a series of exe files in my projects,
i use the following command for my button in flash:
on (press) {
exe="myfile.exe";
fscommand("flashstudio.exec","exe");
}
and it seems to work correctly,now i want to manage the project files and because of that i want to put this file in a directory and call it from that,like "mydir\myfile.exe",but when i set a directory,i doesn't work any more
on (press) {
exe="mydir\myfile.exe";
fscommand("flashstudio.exec","exe");
}
know anybody a solution about it or Ex. experience?
thanks a lot
.:confused:

hamid747
11-15-2005, 12:08 PM
hi everybody,
i'm going to load a series of exe files in my projects,
i use the following command for my button in flash:
on (press) {
exe="myfile.exe";
fscommand("flashstudio.exec","exe");
}
and it seems to work correctly,now i want to manage the project files and because of that i want to put this file in a directory and call it from that,like "mydir\myfile.exe",but when i set a directory,i doesn't work any more
on (press) {
exe="mydir\myfile.exe";
fscommand("flashstudio.exec","exe");
}
know anybody a solution about it or Ex. experience?
thanks a lot
.:confused:

hamid747
11-15-2005, 12:08 PM
hi everybody,
i'm going to load a series of exe files in my projects,
i use the following command for my button in flash:
on (press) {
exe="myfile.exe";
fscommand("flashstudio.exec","exe");
}
and it seems to work correctly,now i want to manage the project files and because of that i want to put this file in a directory and call it from that,like "mydir\myfile.exe",but when i set a directory,i doesn't work any more
on (press) {
exe="mydir\myfile.exe";
fscommand("flashstudio.exec","exe");
}
know anybody a solution about it or Ex. experience?
thanks a lot
.:confused:

hamid747
11-15-2005, 12:08 PM
hi everybody,
i'm going to load a series of exe files in my projects,
i use the following command for my button in flash:
on (press) {
exe="myfile.exe";
fscommand("flashstudio.exec","exe");
}
and it seems to work correctly,now i want to manage the project files and because of that i want to put this file in a directory and call it from that,like "mydir\myfile.exe",but when i set a directory,i doesn't work any more
on (press) {
exe="mydir\myfile.exe";
fscommand("flashstudio.exec","exe");
}
know anybody a solution about it or Ex. experience?
thanks a lot
.:confused:

hamid747
11-15-2005, 12:08 PM
hi everybody,
i'm going to load a series of exe files in my projects,
i use the following command for my button in flash:
on (press) {
exe="myfile.exe";
fscommand("flashstudio.exec","exe");
}
and it seems to work correctly,now i want to manage the project files and because of that i want to put this file in a directory and call it from that,like "mydir\myfile.exe",but when i set a directory,i doesn't work any more
on (press) {
exe="mydir\myfile.exe";
fscommand("flashstudio.exec","exe");
}
know anybody a solution about it or Ex. experience?
thanks a lot
.:confused:

hamid747
11-15-2005, 12:08 PM
hi everybody,
i'm going to load a series of exe files in my projects,
i use the following command for my button in flash:
on (press) {
exe="myfile.exe";
fscommand("flashstudio.exec","exe");
}
and it seems to work correctly,now i want to manage the project files and because of that i want to put this file in a directory and call it from that,like "mydir\myfile.exe",but when i set a directory,i doesn't work any more
on (press) {
exe="mydir\myfile.exe";
fscommand("flashstudio.exec","exe");
}
know anybody a solution about it or Ex. experience?
thanks a lot
.:confused:

Xeef
11-15-2005, 03:31 PM
the execution of EXE files is restricted to the ONE directory wich is working (wich ever it is -to lazzy in the moment to look after wich one it is - but obviusly you know it else way it woudn work in first place)

there mayby 3th party projector tools wich are abel to override this
but there is definetly no way whit Flash