This property indicates whether the video is currently playing.
<video>
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>