Close this window

Using the <param> tag

Description

The param tag is used to pass parameters to the various types of media elements.

Example

This CNXML:


<media id="chromatic-snd" display="block" 
       alt="A chromatic scale performed on
       the clarinet by Michael Lawrence">
  <audio mime-type="audio/x-wav" 
         src="chromatic_slurred.wav">
    <param name="title" value="Chromatic Scale" />
  </audio>
</media>
        

Results in this display:

Audio File: Chromatic Scale
Compare this output to the output of an audio tag without a title param.

Attributes(what's this?)

Children(what's this?)

The param tag is an empty tag and does not contain any children.

Parents(what's this?)

audio, flash, video, java-applet, image, labview, download
Close this window