A Developer.com Site
An Eweek.com Site
please?
If you publish as a projector do it like this: put the .bat-file in a subfolder called fscommand. then in flash: Code: fscommand("exec", "filename.bat"); Should do the trick. /Mirandir
fscommand("exec", "filename.bat");
fscommand("exec", "C:/java/start.bat"); that doesn't work.
Nope! flash MX requires you to have all files to be executed from flash to be in a subfolder called fscommand. it's a sequrity restriction of some sort. /Mirandir
Forum Rules