|

Visible


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



VALUE DESCRIPTION


true


Visible. (Default)


false


Invisible.


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

V i d e o


image

Video.GetCurrentPos

OverviewExamples

number Video.GetCurrentPos ( string ObjectName )


De s cr ip t ion


Retrieves the current time position of a video in a video object, in seconds.


P arame t er s


ObjectName


(string) The video object to get the current time of.


Re t u r n s


(number) The current position of the video in seconds. If an error occurs, -1 is returned. You can use

Application.GetLastError to determine whether this action failed, and why.


|