Novelty object reference > Video

  Video

The Video object displays a playing video. You can have as many video objects in the scene as you want without any performance penalty. You can have up to three videos playing simultaneously. Consequentially each Video object must be "tuned in" to one of three channels.

Video inherits most of its properties from Image and can have a custom color or shape.


Fig: Creating a Video object


Usage


Caveats

Videos can only be started and actions or scripts. When a video is not playing the object will appear blank.


Related articles


Sample NoveltyML

<Video name="My video" channel="0" />


Back to top