Microsoft Producer for PowerPoint 2003 SDK banner art
PreviousNext

producer

The producer element is the root element for the Producer batch asset loading file. It takes no attributes.

Syntax

<producer>
</producer>

Example Code

<producer>
    <actions>
        <action command="logging">
            <param>c:\temp\logtest.txt</param>
        </action>
        <action command="build"/>
    </actions>

    <presentation>
        <properties>
                <property name="Author">Candy Spoon</property>
                <property name="Title"> A Basic Presentation</property>
                <property name="BackgroundColor">#E0E0E0</property>
                <property name="Copyright">Candy Spoon, All Rights Reserved, 2003</property>
                <property name="Description">This is a sample Producer Batch Asset Loading File</property>
                <property name="ImageFilename">G:\Projects\Producer\My Video Files\CoverPhoto.gif</property>
        </properties >

        <timeline>
            <sequence type="video">
                <media src="g:\projects\producer\my Video Files\Marketing Video.wmv" endtime="15" />
                <media src ="g:\projects\producer\my Video Files\Sales Video.wmv" begintime="10" transitionindex="41"/>
            </sequence>

            <tocentry title="The beginning" begintime="0"/>
            <tocentry title="Slide 1" indent="1" begintime="10"/>
            <tocentry title="Slide 2" indent="1" begintime="25"/>
            <tocentry title="Slide 3" indent="1" begintime="35"/>

            <sequence type="slides">
                <media src="g:\projects\producer\my Slides\My Slides.ppt" index="0" begintime="10"/>
                <media src="g:\projects\producer\my Slides\My Slides.ppt" index="1" begintime="25"/>
                <media src="g:\projects\producer\my Slides\My Slides.ppt" index="2" begintime="35"/>
                <media src="g:\projects\producer\my Slides\My Slides.ppt" index="7" begintime="45" endtime="55">
                <tocentryclip title="Slide 7" indent="1"/>
                </media>
            </sequence>
        
            <sequence type="HTML">
                <media src="g:\projects\producer\my HTML Pages\html1.html" endtime="10"/>
                <media src="g:\projects\producer\my HTML Pages\html2.html" endtime="25"/>
                <media src="g:\projects\producer\my HTML Pages\html3.html" endtime="35"/>
            </sequence>
    
            <sequence type="Layout">
                <media src="style3videoslideshtml.css" endtime="36"/>
            </sequence>
        </timeline>
    </presentation>
</producer>

Parent/Child Elements

Hierarchy Elements
Parent None
Child

See Also

PreviousNext


© 2001-2003 Microsoft Corporation. All rights reserved.