mushroom

Created: 2008-12-02 05:03
Updated: 2015-11-05 01:02
License: gpl-3.0

README.md

Mushroom

A jQuery music player that let's you do everything you can with a flash music player, but controlled through javascript. Thus, allowing freedom to skin the player through HTML/CSS. It is built on top of SoundManager2 by Scott Schiller.

Dependencies

NOTE: All the dependencies are included the project tree.

  1. jQuery
  2. jQuery UI
  3. SoundManager2

Getting started

  1. First we must include SoundManager2:

    <script src="https://github.com/path/to/soundmanager2.js" type="text/javascript"></script>

If the SoundManager2 swf file is in another directory, you have so include code to point SoundManager2 in the right direction (more documentation here:

<script type="text/javascript">
  soundManager.url = '/path/to/swf/'
</script>
  1. Include the jQuery libraries

    <script src="https://github.com/path/to/jquery.js" type="text/javascript"></script> <script src="https://github.com/path/to/jquery.ui.js" type="text/javascript"></script>
  2. Inside your HTML page, you need a certain structure for you player. An example is provided in examples/

INCOMPLETE

Coming soon.

Info

This library is released under the GPLv3 license.

Contributors

Cookies help us deliver our services. By using our services, you agree to our use of cookies Learn more