mProjector Plugins
Windows Plugins
NEW mFTP -- (plugin, fla, and app) -- This plugin enables you to get and put files on an ftp server. The mFTP plugin includes simple "all-in-one" functions (mFTP.simpleGet and mFTP.simplePut) and connection based functions that give you more control.
Using Plugins with version 3.x
In order to use mProjector plugins (".mfx" files), you should:
1) Update your mProjector for Windows to version "ct" or later. If you are using an older version, you may download the most current version of mProjector here. Currently plugins are for Windows only.
2) Download the plugin and put it in the mProjector "extensions" folder, which is normally at "c:/Program Files/Screentime/mProjector/extensions."
3) Launch mProjector, open the "Plugins" panel, and check the box next to the plugin. This includes the plugin and its functionality in your application. To keep you apps as small as possible, uncheck the box when the functionality is not needed.
Using Plugins with version 4.x
In order to use mProjector plugins (".mfx" files), you should:
1) Add the plugin to your project as an additional file, ensuring that the file's extension is ".mfx"
This includes the plugin and its functionality in your application.
Windows Plugin SDK 
mProjector Plugin SDK enables you to add desktop functionality to ActionScript and Flash. If you need custom features mProjector doesn't support, now you can add it yourself.
Download the Visual C++ source code for the mFTP plugin here, and use it as a starting point. This package inlcudes "mFTP.mfx" (the plugin), "mFTP.fla", which has an example of each ActionScript call that the plugin provides, and complete documentation, and the mFTP Visual C++ project used to compile the plugin.
