Video control

The Video control displays a video stream for example sent by a webcam. Actually the .mjpeg format is supported.

Control attributes

URLURL of the video stream. As protocol you should use http://, the stream must be in mjpeg format.
EnabledThe control is disabled by default (can also be enabled with a event handler)
IDthe ID of the video control

Layout attributes

The layout attributes of a control are described in chapter Control Layout.

Actions

You can define actions for the following triggers:

onstartwill be executed while creating the page after the contro is initialized

Events

The following attributes can be changed by a event handler:

videourlURL of the Video streams
enabledtrue / false
visibletrue / false