I want my Flash SWF to open an external EXE from the native operating system and I have tried:
protected function LaunchExe():void {
flash.system.fscommand("exec","Test.exe");
}
But nothing happens. Am I doing something wrong with this command or do I need to something entirely differently?