Home
  Features
  Download
  Plug-Ins
  Links

Documentation
  User Guide
  F.A.Q.

Developer
  Dsub script
  Plug-Ins SDK

Support
  Forum
  Contact

Other
  DVD Collection

Username:
Password:
Save Password

Forgot your Password?

Not a member?
The Administrator has turned off Registration for this forum.
Only registered members are able to log in






video object

video
showborder(int ShowHide)
Show/Hide the sizing border of the video windoe.

Parameters


int ShowHide - 0 = Hide / 1 = Show.

Return

None
showcaption(int ShowHide)
Show/Hide the caption of the video windoe.

Parameters


int ShowHide - 0 = Hide / 1 = Show.

Return

None
position(int X,int Y)

Move the video window at the coordinates given by the X, Y values.

Parameters


int X- New X coordinates of the video window.
int Y- New Y coordinates of the video window.

Return

None

size(int Width,int Height)
Change the size of the video window.

Parameters


int Width- New width of the video window.
int Height- New height of the video window.

Return

None
stayontop(int Value)
Put the video window in stay-on-top mode.

Parameters


int Value- 0 = Not in Stay-on-top / 1 = Stay-on-top

Return

None
fullscreen(int Value)
Change the fullscreen state of the video.

Parameters


int Value- 0 = Window mode / 1 = Fullscreen mode

Return

None
isfullscreen
Change the fullscreen state of the video.

Parameters


None

Return

int - 0 = Window mode / 1 = Fullscreen mode
show
Show the video window

Parameters


None

Return

None
Hide
Hide the video window.

Parameters


None

Return

None
isvisible
Return the visible state of the video window

Parameters


None

Return

int - 0 = Video not visible / 1 = Video visible

go back to dsubscript Functions List