/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget_multimedia.html" %} {% block example %}
Examples
{% filter trim|escape|nl2br %}{% verbatim %} {{ multimedia.audio('', 'bath.play', 'pages/docu/multimedia/Beep-SoundBible.com-923660219.mp3') }} {% endverbatim %}{% endfilter %}

{{ multimedia.audio('', 'bath.play', 'pages/docu/multimedia/Beep-SoundBible.com-923660219.mp3') }} Use this button to play the sound: {{ basic.stateswitch('', 'bath.play', '', 1, 'audio_play') }}
{% endblock %}