public
Description: A Javascript/Flash combo music player
Homepage: http://bwong.net/
Clone URL: git://github.com/bdotdub/mushroom.git
Click here to lend your support to: mushroom and make a donation at www.pledgie.com !
name age message
file .gitignore Sun Dec 14 17:35:42 -0800 2008 added yuicompressor and rakefile also gitignore [bdotdub]
file LICENSE Tue Dec 02 07:04:25 -0800 2008 added license, will update readme soon added th... [Benny Wong]
file README.md Mon Dec 15 19:04:35 -0800 2008 fixed the looping around error for the repeat a... [Benny Wong]
file Rakefile Sun Dec 14 17:35:42 -0800 2008 added yuicompressor and rakefile also gitignore [bdotdub]
directory etc/ Sun Dec 14 17:35:42 -0800 2008 added yuicompressor and rakefile also gitignore [bdotdub]
directory lib/ Sun Dec 14 17:14:37 -0800 2008 moved files into a better directory structure: ... [bdotdub]
directory src/ Thu Dec 18 20:34:08 -0800 2008 refactored a lot of the playing stuff because t... [bdotdub]
directory test/ Thu Dec 18 19:33:26 -0800 2008 fixed the volume issue by making it set volme a... [Benny Wong]
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:

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

  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