|

AllowClickToSkip


image

(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.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

Dialog.SplashVideo

OverviewExamples

Dialog.SplashVideo ( string VideoFile,


number Time = 0,


boolean AllowClickToSkip = true )


De s cr ip t ion


Displays a splash dialog containing a video.


P arame t er s


VideoFile


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


|