i am having trouble runing an exe from exported flash files - the code i am using came from this site.
which happens to look like this:
on (release) {
fscommand(“exec”, “file.exe”);
}
according to that i have input the files name exactly and it should have worked.
any ideas??