19.5.69 sndAc

This element describes a sound action for slide transition. This element specifies that the start of the slide transition is accompanied by the playback of an audio file; the actual audio file used is specified by the snd element (19.5.68).

[Example: Consider a slide transition with a sound effect. The element should be used as follows:

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

end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_TransitionSoundAction) is located in A.3. end note]

Last updated on