STF.launchAndQuit()

Availability

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

Usage

STF.launchAndQuit() : Void

Parameters

None.

Returns

Nothing.

Description

Method; Launches a website and quits the screen saver. If the screen saver is running on Windows, the screen saver will go black, launch the browser. Once the browser is closed or minimized by the user the screen saver will quit and the user will be returned to the desktop or login screen depending on the end user's computer settings. This is a built-in security feature in Windows that makes it more difficult to obtain access to the user's files.

Example

This sample launches screentime.com and quits the screen saver.

myURL="http://www.screentime.com";
launchAndQuit_btn.onPress = function() {
	STF.launchAndQuit(myURL);
};

See Also

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