Asp.Net:[Class Generator] [WC MD5 Hasher] [MD5 Hasher] [GUID maker] [URL Encoder] [HTML Encoder] 
Flash: [Class Generator] [Method Maker] [Get Set Generator][mProjector Compatability]
HTML: [Menu Builder][HTMLiser]
C# [Thread safe Delegater] 

Avoid the following when using mProjector in your flash files, as they are specific to a particular platform:


mRegistry

Avoid everything in this class!

mApplication

mApplication Methods / Events to avoid...

    

bounceDockIcon

Bounces icon in the Mac OS X Dock to alert the user your application needs attention.

captureScreen

Captures a rectangular area of the screen and loads it into a movie clip.

captureScreenToJPG

Captures the screen and saves image as a JPG file.

createObject

Creates the specified COM object.

enableCaching

Enables or disables Macintosh URL caching.

flashTaskBarButton

flashTaskBarButton...

ignoreBadCertificates

Allows HTTPS/SSL communication even if target server has a bad certificate.

loadBitmap

Loads a bitmap from a .bmp file into a movie clip.

loadIcon

Loads an icon from an icon file into a movie clip

loadMovieInSandbox

Loads SWF into movie clip without access to the mProjector commands or the main swfs globals.

messageDialog

Launches standard Mac message dialog window.

registerCOMServer

Registers the specified COM server.

setDockIconBadge

 Sets text displayed with the dock icon.

setSystemTrayIcon

Reserves a 16x16 pixel rectangle for the system tray icon.

showInSystemTray

Shows or hides the system tray icon.

showMouse

Set the mouse visibility.

showOnTaskBar

Shows or hides the application task bar button.

useAsToolbar

Reserves toolbar space at one of the desktop edges

onSystemTray [event]

An event handling function called after the system tray icon is clicked.

mFile

mFile Methods / Events to avoid...

    

flashPathToPosixPath

Converts a standard Flash path into a Posix path -- a path used in the terminal command line.

getFileAttributes

Returns specified file's attributes.

getFlashHeader

Returns specified Flash file's header information

mMenu

mMenu Methods / Events to avoid...

    

addMenuToMenuBar

Adds a new menu to the application's menu bar.

addWebLinkToMenu

This command adds a menu item to a custom menu.If the user selects the menu item, mProjector will open a browser to the associated URL.

createMenu

Creates a new custom menu.

deleteMenu

Deletes a custom menu from the menu bar of a "standard" type Macintosh application.

renameAboutItem

Renames the built-in "About" menu item.

renameCloseItem

Renames the built-in "Close" menu item.

mSystem

mSystem Methods / Events to avoid...

    

chooseColor

Opens a color dialog box, enabling the user to select a color.

getClipboard

Retrieves the clipboard text.

getEnvironmentVariable

Retrieves the specified environment variable.

getIconFormats

Returns an array of icon formats.

getSystemColor

Returns one of the predefined system colors.

getWindowTitle

Returns the specified window's title.

isApplicationRunning

Returns whether or not the application is currently running.

printDocument

Prints the specified document.

runAppleScript

Runs AppleScript command.

runAppleScriptFile

Runs AppleScript commands contained in a file.

sendMail

Opens a file dialog box, allowing the user to specify the drive, directory, and name of the folder to select.

setClipboard

Stores the specified text on the clipboard.

setEnvironmentVariable

Sets the value of an existing environment variable.

mWindow

mWindow Methods / Events to avoid...

    

enableAlphaCorrection

Corrects alpha channel rendering and anti-aliasing on Windows OS.

enableAlphaMode

Enables or disables a window's alpha channel.

flashTaskBarButton

Flashes the application's taskbar button to alert the user your application needs attention.

freezeShape

Freezes a window's shape.

loadMedia

Loads new content into a "media" window.

removeBackground

Removes a window's background, creating a transparent window.

setAlpha

Sets the alpha level of the window.

setBackgroundColor

Sets a window's background color.

setDockRectangle

Sets a window's dock rectangle.

setFlashSize

Changes the size of the Flash movie in the window.

setMaskRectangle

Sets a window's mask rectangle. Windowless playback adds a significant CPU overhead (proportional to the size of the window rectangle), which can be reduced by applying a mask rectangle.

setShape

Sets the shape of the window as defined by the outline of the non-transparent region of the specified TIF file.

setTraceColor

Sets a window's custom trace color.

showOnTaskBar

Shows or hides a task bar button for a child window.

onDocked [Event]

An event handling function called after a window is docked to, or undocked from a desktop edge.

onDragLeave [Event]

An event handling function called when a dragging session is cancelled.

onDragString [Event]

An event handling function called when a text string is dragged into a window.

onDropString [Event]

An event handling function called when a text string is dropped into a window.

onMouseMaskDown [Event]

Invoked when mProjector detects a mouse down in the mask (TIF) window region.

onMouseMaskUp [Event]

Invoked when mProjector detects a mouse up in the mask (TIF) window region.