I have to create an ActionScript 3 project in Flash Builder, and compile with mxmlc.exe, but the output has to be a .exe file for Windows, and also, an .app Macintosh Projector file for Mac.
Does anybody know how to achieve this?
I have to create an ActionScript 3 project in Flash Builder, and compile with mxmlc.exe, but the output has to be a .exe file for Windows, and also, an .app Macintosh Projector file for Mac.
Does anybody know how to achieve this?
I don't know about an automated way to achieve this, but you can create you exe/app by opening the swf in the standalone flash player and choosing File > Create Projector...
You could also use Adobe AIR to make an air app that would be "installable" on Win / Mac and even Linux
Here's what we did, compiled the SWF using mxmlc.exe, then opened the files in Flash Player on Mac and PC respectively, and clicked Create Projector on the menu.
Works a charm!