Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am looking to automate the task of creating a .exe from .swf file using "Create Projector" option in flash player. I am trying to achieve it using an ant build file. Can someone point me to the right direction. Tried searching but didn't found what are the command line arguments which are available with flash player and how I can convert a .swf to .exe.

Note: Need to use on Flash Player as a runtime, no 3rd party players/solutions.

share|improve this question
I don't think there is a command line option to create a projector. It must be done via Flash Professional. I would recommend looking into creating an Adobe AIR application that makes use of the Captive Runtime feature to create an exe. You should be able to do taht via the command line or an ANT build. – Reboog711 Aug 28 '12 at 14:15
You don't need the Flash Professional, but the poster already mentioned that - you can do it from the menu in the standalone Flash Player too. But maybe if you run it on Windows / Macintosh and you have Flash CS, then you could have some JSFL that would compile using the IDE (and that would create projector too). As far as I know, MXMLC / COMPC don't have such option. – wvxvw Aug 28 '12 at 16:52
Also, interestingly, the player will create a projector only for the platform it is compiled for (i.e. a standalone player for Windows can only create .exe, but not .app and the other way around...) – wvxvw Aug 28 '12 at 16:55
@www.Flextras.com You don't need Flash Professional to create a projector file. Its a menu option in Flash Player, which allows you to create a native application. I am searching for a command line argument to flash player, which can take a .swf file as a command line argument and output a .exe file(in case of windows) or a .app file(in case of OSX). – Chetan Sachdev Aug 28 '12 at 20:39
I didn't know Adobe still distributed the stand alone player. Nevertheless; I don't believe this can be done at the command line. I'll re-iterate my suggestion to use Adobe AIR w/ Captive Runtime. – Reboog711 Aug 28 '12 at 20:43
show 2 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.