up vote 5 down vote favorite
5
share [g+] share [fb]

I have a simple little test app written in Flex 3 (MXML and some AS3). I can compile it to a SWF just fine, but I'd like to make it into an EXE so I can give it to a couple of my coworkers who might find it useful.

With Flash 8, I could just target an EXE instead of a SWF and it would wrap the SWF in a projector, and everything worked fine. Is there an equivalent to that using the Flex 3 SDK that doesn't end up requiring AIR?

Note: I don't have Flex Builder, I'm just using the free Flex 3 SDK.

link|improve this question

try f-in-box flajector. – John Smith Jan 4 at 20:33
feedback

3 Answers

up vote 15 down vote accepted

In your Flex SDK folders you should see a 'runtimes\player\win\FlashPlayer.exe' which is a stand alone Flash player. Open your SWF with that and you'll see a 'Create Projector...' menu item in the File menu which will create the stand-alone EXE.

link|improve this answer
feedback

imaginaryboy gets it right, I believe. Btw, since you don't have Flex Builder, you might look into the free and open source FlashDevelop if you're on Windows. It's my favorite environment for developing anything Actionscript (the Flex support is pretty great, too).

link|improve this answer
there is a tutorial on using here active.tutsplus.com/tutorials/… – Tim Feb 22 '11 at 16:08
feedback

There's also Zinc that also provides API:s for accessing the filesystem and other thinks that AIR does, but less restrictive.

link|improve this answer
Wow, that's a cool link. It's not free, but aside from that it looks cool. – Yar Dec 14 '08 at 7:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.