[Table of Contents] [docx version]

Error! No text of specified style in document.

videoFile (Video from File)

This element specifies the existence of a video file. This element is specified within the non-visual properties of an object. The video must be attached to an object as this is how it is represented within the document. The actual playing of the video however is done within the timing node list that is specified under the timing element.

[Example: Consider the following picture object that has a video attached to it.

<p:pic>
<p:nvPicPr>
<p:cNvPr id="7" name="Rectangle 6">
<a:hlinkClick r:id="" action="ppaction://media"/>
</p:cNvPr>

<p:cNvPicPr>
<a:picLocks noRot="1"/>
</p:cNvPicPr>

<p:nvPr>
<a:videoFile r:link="rId1"/>
</p:nvPr>
</p:nvPicPr>

</p:pic>

In the above example, we see that there is a single videoFile element attached to this picture. This picture is placed within the document just as a normal picture or shape would be. The id of this picture, namely 7 in this case, will be used to refer to this videoFile element from within the timing node list. The Linked relationship id will be used to retrieve the actual video file for playback purposes. end example]

Parent Elements

nvPr4.4.1.30)

 

Child Elements

Subclause

extLst (Extension List)

§5.1.2.1.15

 

Attributes

Description

link (Linked Relationship ID)

 

Namespace: .../officeDocument/2006/relationships

Specifies the identification information for a linked video file. This attribute is used to specify the location of an object that does not reside within this file.

 

The possible values for this attribute are defined by the ST_RelationshipId simple type (§7.8.2.1).

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

<complexType name="CT_VideoFile">

   <sequence>

   <element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>

   </sequence>

   <attribute ref="r:link" use="required"/>

</complexType>