thatrenowned
MIS
Anyone know why the FSCommand Exec command doesn't seem to work?
On a button, I have the following actions:
on (release) {
fscommand ("exec", "apps/ar5.exe"
}
This movie (which is a menu) is going to be on the root of a CD, and there will be an Apps folder. In that is an exe called ar5.exe.
I remember reading somewhere it said that Flash Player 6 won't allow you to launch exe files as a security measure. However, I am using Flash 5 and have tried this on several computers where there is a variation between Player 5 and 6.
This is the same command as I have used before and it worked fine.
Any help is appreciated...
On a button, I have the following actions:
on (release) {
fscommand ("exec", "apps/ar5.exe"
}
This movie (which is a menu) is going to be on the root of a CD, and there will be an Apps folder. In that is an exe called ar5.exe.
I remember reading somewhere it said that Flash Player 6 won't allow you to launch exe files as a security measure. However, I am using Flash 5 and have tried this on several computers where there is a variation between Player 5 and 6.
This is the same command as I have used before and it worked fine.
Any help is appreciated...