| 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 Applicable
mApplication.setSystemTrayIcon(x:Number, y:Number) : Voidx - Left position of the 16x16 rectangle reserved for drawing the system tray icon.
y - Top position of the 16x16 rectangle reserved for drawing the system tray icon.
Nothing.
Method; Reserves a 16x16 pixel rectangle for the system tray icon. This rectangle will be used for drawing the system tray icon and will not be rendered as part of the animation itself. To stop using a previously reserved rectangle, call mApplication.setSystemTrayIcon(-1,-1).
The following example reserves the top-left corner of the stage for the system tray icon. Use this location for the best performance.
mApplication.showInSystemTray(true); mApplication.setSystemTrayIcon(0,0);
mApplication.bounceDockIcon(), mApplication.setDockIconbadge(), mApplication.showInSystemTray(), Taskbar, System Tray, and Dock Icons
Animating the Dock or System Tray Icon
| Questions or Feedback? | Previous | Next |