Convert any SWF flash movie file into an executable Windows exe file. The executable has no standard windows border and supports translucency.
The window can have any shape. Even animated shapes are supported. You can also add a shadow.
Create automatically autorun.inf for CD-ROM autostart function.
Set your own application icon for a distinct look.
A JPG file as splash screen can be shown.
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