<stSnd> (Start Sound Action)

This element describes the sound that will start playing during a slide transition.

[Example: Consider a slide transition that starts with a sound effect. The <stSnd> element should be used as follows:

    <p:transition>
        <p:sndAc>
            <p:stSnd>
                <p:snd r:embed="rId2" r:link="rId3"/>
            </p:stSnd>
        </p:sndAc>
    </p:transition>

End Example]

Parent Elements

<sndAc>4.6.69)

Child Elements

Subclause

<snd> (Sound)

§4.6.68

Attributes

Description

<loop> (Loop Sound)

This attribute specifies if the sound will loop until the next sound event occurs in slideshow.

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_TransitionStartSoundAction">
	<sequence>
	<element minOccurs="1" maxOccurs="1" name="snd" type="a:CT_EmbeddedWAVAudioFile"/>
	</sequence>
	<attribute name="loop" type="xsd:boolean" use="optional" default="false"/>
</complexType>