| Products |
Flash Builder/Flash Player::Convert SWF file into
borderless & translucent EXE application
Convert any SWF flash movie file into an executable Windows exe file. The executable has no standard windows border and supports translucency.
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.
Your personal vCard
Download the flash project, adjust the text in the last frame and simple action script in the first frame.
Then convert the SWF file into an exe application with FlashBuilder. Advanced FSCommand functions
For a full list, please see the not so common questions.
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("position","100x200 300x400");set position and size, ommit second part if no resize is needed Irregular windows size
The window can have any shape. Even animated shapes are supported. You can also add a shadow.
You can Download the sample project.
Tutorials:
Screenshot:
Download Mirror:
|