<sndAc>
(Sound Action)
This element describes the Sound Action for slide transition.
[Example: Consider a slide transition with a sound effect. The <sndAc> 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 |
---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TransitionSoundAction">
<choice minOccurs="1" maxOccurs="1">
<element name="stSnd" type="CT_TransitionStartSoundAction"/>
<element name="endSnd" type="CT_Empty"/>
</choice>
</complexType>