STF.quitSafe()

Availability

Flash AS2.0 SWF w/ ScreenTimeScreenSaver component + ScreenTime 3.0 / 3.0

Usage

STF.quitSafe() : Void

Parameters

None.

Returns

Nothing.

Description

Method; On Windows this method quits the screen saver after closing all spawned browser windows. On the Mac this method behaves like STF.quit() and quits the screen saver.

Example

The following example closes any open browser windows and quits the screen saver when a button is pressed.

getURL("http://www.google.com);

quitSafe_btn.onPress = function() {
	STF.quitSafe();
};

See Also

STF.forceUserLogOff(), STF.quit(), STF.launchAndQuit()