mApplication.onSystemTray()

Availability

Windows: Flash 8 or 9 AS2.0 SWF + mProjector 3.0; Windows NT Support: Flash 7 SWF + mProjector 2.0;

Macintosh: Flash 8 or 9 AS2.0 SWF + mProjector 3.1;

Usage

mApplication.onSystemTray = function () {
   // your statements here
}

Parameters

None.

Returns

Nothing.

Description

Event handler; An event handling function called after the Windows system tray or the Mac menu bar icon is clicked.

Example

The following example sets a new onSystemTray event handling function.

mApplication.onSystemTray = function ()
{
    mWindow.bringToForeground();
}

Code Examples

mProjector Class Basics -- mApplication