Flash HELP!~
Flash HELP!~
- Started
- Last post
- 3 Responses
- kooraru
i need to call up an exe file (check.exe) from a flash project.. the actionscript i put for the button is
on (release) {
fscommand("exec", "check.exe");
}but is not working... please help....
- LAR0
wow... I just posted the same question at the same time as you...
good luck. I need the help as well.
- kooraru0
actually i just searched macromedia flash forum.. dont' know if it works yet... just go forum and search "fscommand" there's few posting...
- _b_0
put your executable in a folder called "fscommand"
then it will work. you don't need to include the fscommand/yourfile path in the fscommand action - Flash MX knows to look in that folder automatically.