mApplication.showInSystemTray()

Availability

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

Macintosh: Not Applicable

Usage

mApplication.showInSystemTray(show:Boolean) : Void

Parameters

show - True or false.

Returns

Nothing.

Description

Method; Shows or hides the system tray icon.

Example

The following example shows the system tray icon.

mApplication.showInSystemTray(true);

See Also

mApplication.bounceDockIcon(), mApplication.setDockIconbadge(), mApplication.setSystemTrayIcon(), Taskbar, System Tray, and Dock Icons

Code Examples

Animating the Dock or System Tray Icon