Video.SetFullScreen

Video.SetFullScreen ( 

string  ObjectName,

boolean Fullscreen = true )

Description

Controls whether a video object will play in full screen mode or at its normal size.

Parameters

ObjectName

(string) The name of the video object.

Fullscreen

(boolean) Whether to make the video object play in full screen mode:

VALUE

DESCRIPTION

true

Full screen playback. (Default)

false

Normal playback.

Returns

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

See also:  Related Actions