Usage of the audio element consists of adding one or more audio sources
and setting some options.
Use the method setAlternativeContent() to show alternative
content if the audio cannot be played. The alternative content can be any
widget; you can set it to an alternative media player (QuickTime, Flash,
...), show a Flash movie, an animated gif, a text, a poster image, ... .
There are two reasons why the browser may use the alternative content:
either because the browser does not support the HTML5 audio tag
(alternative content is displayed even when JavaScript is not
available), or
because none of the specified sources contain an audio format that is
understood by the browser (requires JavaScript to display the
alternative content).
The addSource() and setAlternativeContent() may not be
called after the widget is rendered.