PDA

View Full Version : Question for fscommand. The problem is with EXEC.


Saly_to
05-14-2008, 12:33 PM
Hello,
I have a question - How can I load some *.exe file when I'm using swf8 or swf9 ?

I try this:
on (release) {
fscommand("exec" , "myexehere.exe");
}

I try with the folder fscommnd like subfolder... also very much variants, but without result.

When I use swf4 and swf5, then everything is OK (in this case it works without the subfolder), but I want to use swf8 and swf9.

Any ideas? Or any other ways to load *.exe file without using fscommands?
Also, I want just local use of the swf, not on server.
Thanks!

northcode
05-14-2008, 03:35 PM
EXEC will only work if you convert your SWF to an EXE, you can't just launch the SWF directly and get EXEC to work anymore.

Saly_to
05-14-2008, 08:52 PM
Thank you!
It was useful information. :)