Multimedia-Widgets

multimedia.audio multimedia.image multimedia.music multimedia.slideshow multimedia.station multimedia.timeslider multimedia.playpause


multimedia.audio

Plays a soundfile

Parameters
{{ multimedia.audio(id, item, file, value, filetype) }}
id
unique id for this widget (optional)
item
the item which triggers playing
Notice: The item sets the value to null after playing.
file
the url of the soundfile
value
the value which triggers playing (optional, default 1)
filetype
filetype of the soundfile (optional, default 'mpeg' for mp3)
Examples
{{ multimedia.audio('', 'bath.play', 'pages/docu/multimedia/Beep-SoundBible.com-923660219.mp3') }}

Use this button to play the sound: audio_play

Author:Niko Will, Stefan Widmer
Thanks to Mike Koenig for publishing the sample file under Creative Commons Attribution 3.0 on http://soundbible.com/

Widgets

Design

Misc