<video> (Video)

This element specifies video information in an animation sequence.

[Example: Consider a slide with an animated video content. The <video> element should be used as follows:

<p:childTnLst>
  <p:seq concurrent="1" nextAc="seek">...
  <p:video>
    <p:cMediaNode>...
  </p:video>
</p:childTnLst>
End Example]

Parent Elements

<childTnLst>4.6.25); <subTnLst>4.6.78); <tnLst>4.6.87)

Child Elements

Subclause

<cMediaNode> (Common Media Node Properties)

§4.6.29

Attributes

Description

<fullScrn> (Full Screen)

This attribute specifies if the video will be displayed in full-screen.

The possible values for this attribute are defined by the XML Schema boolean datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_TLMediaNodeVideo">
	<sequence>
	<element name="cMediaNode" type="CT_TLCommonMediaNodeData" minOccurs="1" maxOccurs="1"/>
	</sequence>
	<attribute name="fullScrn" type="xsd:boolean" use="optional" default="false"/>
</complexType>