Dialog.SplashFlash

Dialog.SplashFlash (

string FlashFile,

number Time = 0,

boolean AllowClickToSkip = true )

Description

Displays a splash dialog containing a Flash movie.

Parameters

FlashFile

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

Time

(number) The amount of time to display the dialog (in seconds). If Time=0 the Flash movie window will only close automatically if the Flash movie fires the FSCommand "quit". The word "quit" is case insensitive. For example, fscommand ("quit").

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