Dialog.SplashFlash

Dialog.SplashFlash ( 

string  FlashFile,

number  Time = 0,

boolean AllowClickToSkip = true )

Example 1

Dialog.SplashFlash("AutoPlay\\Flash\\Intro.swf", 10, false);

Displays a dialog containing the Flash movie called "Intro.swf" for 10 seconds.

Example 2

Dialog.SplashFlash(_SourceFolder.."\\Extra\\Closing.swf", 25, true);

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