Dialog.SplashVideo

Dialog.SplashVideo ( 

string  VideoFile,

number  Time = 0,

boolean AllowClickToSkip = true )

Example 1

Dialog.SplashVideo("AutoPlay\\Videos\\Intro.mpg", 10, false);

Displays a dialog containing the splash video "Intro.mpg" for 10 seconds.

Example 2

Dialog.SplashVideo(_SourceFolder.."\\Extra\\Credits.avi", 25, true);

Displays a dialog containing the video "Credits.avi" for 25 seconds. In this example the parameter AllowClickToSkip is set to true which means that the user can click on the video to close the dialog.

Note: _SourceFolder is a built-in variable that contains the path to the folder where the autorun.exe file is located.

See also:  Related Actions