I would like to know if I can start a .exe program from Flash.
Description: I have a CD with flash presentation (autorun) and additional .exe program. I would like to make a button in flash presentation that would start my .exe program whish is located in the same CD.
The exec command can contain only the characters A-Z, a-z, 0-9, period ()., and underscore (_). The exec command runs in the subdirectory fscommand only. In other words, if you use the fscommand exec command to call an application, the application must reside in a subdirectory named fscommand.
No need to put fscommand, it’s implied. ANd if you want to start an application that’s not inside that folder, just create a batch file (.bat) in the folder fscommand.
OK, silly me: what you quoted is true for Flash MX. With Flash 5, I think that your programme doesn’t necessarily have to be in the fscommand folder. It was considered a problem for security, so they “fixed” it in Flash MX.