Dialog.SplashVideo

Dialog.SplashVideo ( 

string  VideoFile,

number  Time = 0,

boolean AllowClickToSkip = true )

Description

Displays a splash dialog containing a video.

Parameters

VideoFile

(string) The path to the video 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.

Availability

Standard

Pro

 

See also:  Related Actions