Dialog.SplashImage

Dialog.SplashImage ( 

string  MediaFile,

number  Time,

boolean AllowClickToSkip = true )

Example 1

Dialog.SplashImage("AutoPlay\\Images\\logo.jpg", 10, false);

Displays a dialog containing the splash image "logo.jpg" for 10 seconds.

Example 2

Dialog.SplashImage(_SourceFolder.."\\Extra\\map.bmp", 25, true);

Displays a dialog containing the image "map.bmp" for 25 seconds. In this example the parameter AllowClickToSkip is set to true which means that the user can click on the image 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