Extension:SoundManager2Button
From MediaWiki.org
|
SoundManager2Button Release status: beta |
|||
|---|---|---|---|
![]() |
|||
| Implementation | Tag | ||
| Description | Embeds a SoundManager 2 .mp3 player into a wiki page | ||
| Author(s) | kroocsiogsiTalk | ||
| Last version | 0.3.2 (includes SoundManager 2.97a.20120318 files) (19-04-2012) | ||
| License | GPL (But requires files released under BSD.) | ||
| Download |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes |
||
|
|||
|
|||
|
Check usage (experimental) |
|||
Contents |
[edit] What can this extension do?
Embeds a SoundManager2 MP3 play button to play a local MP3 file.
[edit] Usage
<sm2>Fa la la.mp3</sm2>
File:Fa_la_la.mp3 must exist locally. You will need to allow .mp3 uploads.
[edit] The Futures
Feel free to improve this extension or edit this page. Some ways you can help:
- Find/fix style errors
- Find/fix security holes
- Find/fix deprecated functions
- Tap additional features of SoundManager 2
[edit] Download instructions
To download SoundManager2Button, issue the following shell command:
svn checkout http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/SoundManager2Button/
[edit] Installation
To install this extension, add the following to LocalSettings.php:
require_once("$IP/extensions/SoundManager2Button/SoundManager2Button.php");
