| 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: Flash 8 or 9 AS2.0 SWF + mProjector
1.1;
mApplication.onQuit = function () {
// your statements here
}Nothing.
Event handler; An event handling function called just before the application closes. No asynchronous functions should be called at this point as the application will close before they are completed.
The following example sets a new onQuit() event handling function.
mApplication.onQuit = function ()
{
mSystem.openDocument("http://www.binarynoise.com");
}
mProjector Class Basics -- mApplication
| Questions or Feedback? | Previous | Next |