Extension:SoundManager2Button

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
SoundManager2Button

Release status: beta

SoundManager2Button.png
Implementation Tag
Description Embeds a SoundManager 2 .mp3 player into a wiki page
Author(s) kroocsiogsitalk
Last version 0.3.4 (includes SoundManager 2.97a-20121104 files) (05-11-2012)
MediaWiki 1.17+
License GPL (But requires files released under BSD.)
Download
Tags
<sm2>
Hooks used
ParserFirstCallInit
Check usage and version matrix; stats

Contents

What can this extension do?[edit]

Embeds a SoundManager2 MP3 play button to play a local MP3 file.

Usage[edit]

<sm2>Fa la la.mp3</sm2>

File:Fa_la_la.mp3 must exist locally. You will need to allow .mp3 uploads.

The Futures[edit]

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

Installation[edit]

To install this extension, add the following to LocalSettings.php:

require_once("$IP/extensions/SoundManager2Button/SoundManager2Button.php");

See also[edit]

Category:Audio_player_extensions