facundof
05-14-2003, 01:15 AM
have a big problem.
I was making a cd with flash mx, in this cd I have too many buttons. This installation buttons are linked to external installation programs.
I know that in this case, the setup must be in the fscommand directory, but what happen if I have to many setup and I need to create a child directory in to fscommand
for example
on (release) {
fscommand ("exec", "ar/disk1/setup.exe");
}
where the ar directory is into the fscommand.
Is this possible?, work in every operating system?
I tested this and doesn't, I don't know wath is happen. I can't find out the solution, pls help me.
I was making a cd with flash mx, in this cd I have too many buttons. This installation buttons are linked to external installation programs.
I know that in this case, the setup must be in the fscommand directory, but what happen if I have to many setup and I need to create a child directory in to fscommand
for example
on (release) {
fscommand ("exec", "ar/disk1/setup.exe");
}
where the ar directory is into the fscommand.
Is this possible?, work in every operating system?
I tested this and doesn't, I don't know wath is happen. I can't find out the solution, pls help me.