mp3play plugin by Michael Klier
Embeds an mp3 flash player into a wiki page.
Last updated on 2008-08-15. Provides Syntax.
Compatible with DokuWiki 2008-05-05.
Similar to flowplay, flowplay2.
Download and install the plugin using the Plugin Manager using the following URL. Refer to Plugins on how to install plugins manually.
This plugin is a DokuWiki port of the Wordpress Audio Player Plugin. It allows you to play mp3 files1) on your wiki page.
You can change the colors of the flash player by editing the <dokuwiki>lib/plugins/mp3play/colors.conf provided by the plugin. The file is pretty self explaining.
The syntax is as follows, you can use the plugin multiple times on a single wiki page.
{{mp3play>namespace:audiofile.mp3}}
The plugin has two options loop and autostart. If loop is set the playback will start again at the beginning when the player reached the end. When autostart is set, the player will immediately start playing the mp3 when you visit the wiki page. The syntax is as follows:
{{mp3play>namespace:audiofile.mp3?autostart}}
{{mp3play>namespace:audiofile.mp3?loop}}
{{mp3play>namespace:audiofile.mp3?autostart&loop}}
{{mp3play>namespace:audiofile.mp3?loop&autostart}}
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported