AdobeStock_455007340

The FLEXifier Is Live

Home » The FLEXifier Is Live

Amidst the hustle and bustle leading up to MAX, I managed to steal some time to work on a skunkworks project. The idea was to let people experience the fun and instant gratification of Flex, without needing to download and install anything at all. And thus The FLEXifier.
Using The FLEXifier you can enter and compile any combination of MXML and ActionScript (the one limitation being that you can only compile a single file, so no external files or data or images). You can start with one of the examples, or enter code of your own. Assuming the code compiles you’ll see the results immediately (if not, you’ll see error messages instead). And then, when you are happy with your creation, The FLEXifier can even e-mail the SWF and MXML to you directly.
The application itself is a combination of ColdFusion and Flex Java libraries. Initially I was using to spawn the command-line Flex SDK compiler, but that was just not fast enough. I tried several other options too, before plugging in a very clever Java API interface to the compiler created by Clement Wong (formerly of the ColdFusion team, now on the Flex team). I also implemented a sophisticated caching mechanism to avoid unnecessary compilations. And finally, the application was given a Spry based front-end, thanks to help from Ray Camden.
Enjoy The FLEXifier, and if you have suggestions on how to improve it, please share.

6 responses to “The FLEXifier Is Live”

  1. Grant Straker Avatar
    Grant Straker

    Hi Ben,
    Any chance of you releasing the Java API to run the compiler? We are using cfexecute to run the mxml compiler at the moment and run into permissions issues on Linux and OSX which would be eliminated if we had a Java interface we could call from CF.
    Cheers
    Grant

  2. Matt Avatar
    Matt

    Hi Grant,
    The Java API will be available on an OEM basis, but that requires a separate license agreement. Feel free to contact me if you’d like more details.
    Matt

  3. jim collins Avatar
    jim collins

    Very cool.

  4. Hart Woolery Avatar
    Hart Woolery

    It appears that Flexifier’s host is down at http://try.flex.org/
    … any ideas or alternate locations I can play around with it?

  5. Simon Tremblay Avatar
    Simon Tremblay

    Yes it appears to be down…
    Anybody knows what happens to this website?
    Thanx,
    Simon Tremblay

  6. Sean Corfield Avatar
    Sean Corfield

    Still down? (a user reported this via my blog so I’m commenting here)
    Server Error
    The server encountered an internal error and was unable to complete your request.
    JRun closed connection.

Leave a Reply