Convert SWF File into EXE Application with Flash Builder

Convert SWF into EXE Application

Search Internet high and low to look for how to create standalone executable (.exe) applications from SWF flash movie flash? Try Flash Builder.

Flash Builder enables you to convert SWF movie file into borderless and translucent executable Windows EXE file. That means the EXE file can be in any shape, even animated shapes with a shadow are supported.

Flash Builder

Flash Builder also allows you to create automatically autorun.inf for CD-ROM autostart function and set your own application icon for a distinct look.

If you have an introduction image for yours SWF movie, you can also add a JPG file as a splash screen before the EXE application is launched.

Flash builder also supports several advanced FSCommand functions:

  • fscommand("exec","app.exe"); – executes a file which is located in the fscommand subdirectory
  • fscommand("real_exec","app.exe"); – executes a file which is in the same directory as the executable
  • fscommand("set_title","Window Title"); – sets the window title
  • fscommand("quit",""); – exit the flash
  • fscommand("command","move"); on MouseEvent.MOUSE_DOWN / fscommand("command","mouse_up"); on MouseEvent.MOUSE_UP – drag the window
  • fscommand("command","resize"); on MouseEvent.MOUSE_DOWN / fscommand("command","mouse_up"); on MouseEvent.MOUSE_UP – resize the window
  • fscommand("position","save"); / fscommand("position","restore"); / fscommand("position","clear"); – save, restore and clear window position

How to Convert SWF File into EXE Application with Flash Builder

Create a borderless and translucent EXE application from an SWF file is pretty easy if you have Flash Builder installed in your computer.

  1. Download Flash Builder (398kb) and install it.
  2. Launch Flash Builder.
  3. Browse and add your SWF file. Icon and splash screen are optional.
    Build EXE App from SWF
  4. Click on “Build” button on the bottom and save it as EXE app.
  5. Now, run your new exported EXE application.
    Borderless and Translucent EXE application
Suscribe Now!Subscribe to get free latest updates by email. Like Us!Like our Facebook Page.


LIKE It & Leave A Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>