up Inquisit Language Reference

loop attribute

The loop attribute specifies whether a sound or video should stop at the end or continuously loop.

Member of

<sound> <video>

Syntax

/ loop = boolean

Parameters

Name Type Description
boolean boolean

Remarks

Examples

The following shows a video that loops continuously:

<video somevideo>
/ loop=true
</video>

Copyright Millisecond Software, LLC. All rights reserved.