Video.SetEnabled

Video.SetEnabled ( 

string  ObjectName,

boolean Enabled = true )

Example 1

Video.SetEnabled("License Agreement", true);

Enables the video object named "License Agreement."

Example 2

Video.SetEnabled("Video4", false);

Disables the video object named "Video4."

See also:  Related Actions