im working on a cd-rom in flash and am trying to run a powerpoint presentation through a flash projector.
im using an fs comand:
on (release) {
fscommand (“exec”, “launcher.bat”);
}
This only seems to work in flash versions 5 and under.
does anyone know how to execute a “.bat” file in MX?