NEWmFTP -- (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
In order to use mProjector plugins (".mfx" files), you should:
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 it's functionality in your application. To keep you apps as small as possible, uncheck the box when the functionality is not needed.
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.