mProjector Classes Basics

There is a sample for each mProjector class.

mApplication

The mApplication.fla sample demonstates the mApplication class methods and event handlers. The mApplication class enables you to check for an internet connection, get the mouse postion, download files, animate the Windows system tray or Mac dock icon, generate a uniue user id, create child windows, respond to activate/deactivate events, and more.

Download mApplication sample code.

mSystem

The mSystem.fla sample demonstates the mSystem class methods.The mApplication class enables you to check for an internet connection, get the mouse postion, download files, animate the Windows system tray or Mac dock icon, generate a uniue user id, create child windows, respond to activate/deactivate events, and more.

Download mSystem sample code.

Download mSystem 2 sample code.

mFile

The mFile.fla sample demonstates the mFile class methods. mFile provides file handling capabilities, including reading and writing to a file, deleting files and folders, listing files and folders, renaming files and folders, copying files and folders, testing for the existance of a file, and more.

Download mFile sample code.

mMenu

The mMenu.fla sample demonstates the mMenu class methods and event handlers. With mMenu you can customize the right-click and system tray menus on Windows and application menu bar menus and the right-click (cntl-click) menu on Mac OS X.

Download mMenu sample code.

mWindow

The mWindow.fla sample demonstates the mWindow class methods and event handlers. The mWindow class enables you to resize a window, center windows, position windows, play fullscreen, minimze windows, add a drag bar, respond to minimize, restore, activate, scroll wheel and close events, and more.

Download mWindow sample code.

mFTP

The mFTP.fla sample demonstates the mFTP class methods. mFTP gives you a basic API for uploading and downloading files to and from an FTP server.

Download mFTP sample code.