projector cannot launch .exe under Vista
I have a Flash CS3 application that tries to launch an executable (setupreia14.exe). The application is published as a projector using Flash Player 9. It works fine under XP and 2000, but fails under Vista where it does nothing.
I'm using ActionScript 3.0. Here is the call that tries to launch the executable:
flash.system.fscommand("exec", "setupreia14.exe");
I have looked at several Northcode blog entries that discuss fscommand bugs, but none of them are applicable to this case. I want to emphasize that I'm trying to launch a .exe, not a .bat. I haven't been able to figure out which specific version of Flash Player 9 I'm using. But I don't think it could be the known problem in v9.0.115.0 (http://kb.adobe.com/selfservice/view...alId=kb403072), because it works fine under XP and 2000.
I can't use externalInterface because that doesn't work in a projector.
If anyone has any ideas on what the problem could be, or how to solve it, I would love to hear from you. Thanks.