views:

125

answers:

3

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?

+1  A: 

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...

Simon Groenewolt
Thanks, that helps, I just need to test on Mac to see if it works.
Joe Zephyr
+2  A: 

You could also use Adobe AIR to make an air app that would be "installable" on Win / Mac and even Linux

just_a_dude
... and the same installer works on all 3 platforms.
Hippo
+1  A: 

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!

Joe Zephyr