up Inquisit Language Reference

items attribute

The items attribute specifies the media files presented by the video element.

Member of

<video>

Syntax

/ items = itemname

or

/ items = (file, file, file,... )

Parameters

Name Type Description
itemname item The name of an item element defined elsewhere in the script listing media file names.
file videofile The path to a video file.

Remarks

Items can be defined either by specifying the name of an item element or by directly by listing each media file in the set.

Examples

The following defines video items:

<video rock>
/ items = ("beatles.wav", "stones.wav", "thewho.wav")
</video>

Copyright Millisecond Software, LLC. All rights reserved.