STF.executeApplication()

Availability

Flash MX 2004 or 8 swf w/ ScreenTimeScreenSaver component + ScreenTime 3.0 (2000, XP) / 3.0

Usage

STF.executeApplication(application:String, parameters:String) : Void

Parameters

application - Application file name.

parameters - WINDOWS ONLY - Command line parameters.

Returns

Nothing.

Description

Method; Executes an external application. NOTE: This command may cause problems on Windows if the user has screen saver "passwords" or "return to welcome screen" checked in the Display control panel.

Example

The following example executes an external application.

STF.executeApplication("Application.exe","Param1 Param2 Param3");