Flash.SetVisible

Flash.SetVisible (

string ObjectName,

boolean Visible = true )

Description

Sets the visibility of a Flash object.

Note: This action simply controls the visibility of the object and does not affect its play state. For example, if you hide an object while it is playing, it will continue to play even though it's not visible.

Parameters

ObjectName

(string) The name of the Flash object.

Visible

(boolean) Whether to make the Flash object visible or invisible:

VALUE

DESCRIPTION

true

Visible. (Default)

false

Invisible.

Returns

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

See also: Related Actions