<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]
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
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>