Dialog.SplashImage

Dialog.SplashImage ( 

string  MediaFile,

number  Time = 0,

boolean AllowClickToSkip = true )

Description

Displays a splash dialog containing an image.

Parameters

MediaFile

(string) The path to the image file. Click the browse button ( ) to select a file.

Time

(number) The amount of time to display the dialog (in seconds).

AllowClickToSkip

(boolean) Whether the user can close the splash screen by clicking on it:

VALUE

DESCRIPTION

true

Allow the user to click on the dialog to close it. (Default)

false

Prevent the user from closing the dialog.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions