You are missing some Flash content that should appear here! Perhaps your browser cannot display it, or maybe it did not initialise correctly.
About FlashOnDesktop
FlashOnDesktop is a product to produce desktop application and screensaver based on flash movie(swf) files. The main features of FlashOnDesktop include:
- Capable of producing both general desktop application and screensaver.
- Build your own installation file.
- Full transparent window support.
- Multiple windows creation.
- Simple synchronous file operation.
- Embed movie files and flash control
- synchronous extension.
Details
FlashOnDesktop is capable of making general executable application(exe file in windows platform). For new users, A friendly project wizard will guide you through the whole process. Besides, FlashOnDesktop has the capability of making screensavers based on flash movie files.
FlashOnDesktop supports pixel-wised transparent window, so you may create irregular shaped window based on the alpha value in pixel of the flash movie. The window styles can also be tweaked one by one, for example, you may set the window to be always on top, and you may set the window to be shown in fullscreen mode.
You can create installation package by setting several properties.
FlashOnDesktop supports multiple window creation in one application. To create a new window, just new a com.asyncria.windowsystem.Window object, as following code shows.
import com.asyncira.windowsystem.Window;
var option:XML = <window></window>;
window.movie = "test.swf";
var window:Window = new Window(option);
Notice that although FlashOnDesktop supports multiple window creation, only the methods and properties of the Window object that contains the flash movie can be accessed.
You can copy, move, delete, create, open, read, write, close a local file in actionscript code based on FlashOnDesktop framwork. The file operations are finished as soon as the method invocation returns, so the file operation is synchronous.
The flash control and any other files can be embeded into the final execution file produced by FlashOnDesktop, so you need only release a single execution file.
FlashOnDesktop supports extending it's function by a simple but powerful extension system. To write an extension, you need only implement a simple interface: ISyncExtension.


Recent comments
40 min 27 sec ago
2 hours 43 min ago
3 hours 39 min ago
3 hours 46 min ago
6 hours 54 min ago
6 hours 58 min ago
7 hours 2 min ago
18 hours 23 min ago
18 hours 24 min ago
18 hours 24 min ago