Video.SetVolume

Video.SetVolume ( 

string ObjectName,

number Volume )

Description

Sets the volume level of a video object.

Parameters

ObjectName

(string) The name of the video object.

Volume

(number) The volume level represented by a number between 0 and 100. The value 0 is silent and 100 is the loudest.

Returns

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

See also: Related Actions