| Previous | Next | |
Windows: Flash 8 or 9 AS2.0 SWF + mProjector
3.0; Windows 98/ME/NT Support: Flash 7 SWF + mProjector
2.0;
Macintosh: Not Yet Available
mApplication.onSystemTray = function () {
// your statements here
}Nothing.
Event handler; An event handling function called after the system tray icon is clicked.
The following example sets a new onSystemTray event handling function.
mApplication.onSystemTray = function ()
{
mWindow.bringToForeground();
}
mProjector Class Basics -- mApplication
| Questions or Feedback? | Previous | Next |