up Inquisit Language Reference

isplaying property

This property indicates whether the video is currently playing.

Member of

<video>

Remarks

Examples

The following displays if the video is currently playing:

<text sometext>
/ items= ("isplaying = <% video.test.isplaying %>")
</text>

The following displays the application mode in an instruction page:

<page somepage>
isplaying = <% video.test.isplaying %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.